Open Payments Course on Platzi
A free beginner course that walks you through the technology so you start the hackathon already knowing how it works.
Everything you need to arrive hackathon-ready, in one place. Your goal is simple: get one payment working end to end. Once you can do that, everything else builds from there.
Get oriented before you write any code. Start here if Open Payments is new to you.
A free beginner course that walks you through the technology so you start the hackathon already knowing how it works.
Short tutorials covering the basics of the Interledger Protocol and an in-depth walk-through of Open Payments. Follow along with the open-payments-node repository and the code snippets in the docs.
Posts from our engineering team that introduce Open Payments, explain why we chose GNAP for authorization, and cover the Open Payments PHP SDK.
As you start coding, keep these resources open in another tab.
Detailed explanations, code snippets, implementation guides, and the full API specification.
TypeScript types generated directly from the Open Payments OpenAPI specifications, plus a Node.js client that signs requests with your key and validates responses against the specs.
Our Glossary of Terms can be a helpful reference guide as you work through the resources and start building.
Hands-on tools to make a payment actually happen.
Simulates a financial service provider with Interledger enabled. Sign up, go through a KYC flow, and hold a play-money balance to send and receive payments using wallet addresses. It also exposes the Open Payments APIs so third parties can initiate payments.
Example scripts for sending payments, a library of prewritten code snippets for Visual Studio Code, and Node SDK snippets that work with the Interledger Test Wallet. For PHP, there are also the PHP Open Payments SDK and Open Payments PHP Snippets repositories. Together these make it easier to test, integrate, and experiment with Open Payments in your project.
A working peer-to-peer payment client application.
An example eCommerce app for trying out an Open Payments checkout flow end to end.