Create a payment
Now that you acquired a token to interact with the API, you can make a payment. A payment's journey starts with a single HTTP call to our APIs. Before you create a payment resource, make sure that you have:
- Set up your public key on Console.
- Set up your webhook URI on Console.
- Taken the necessary steps in your code base to sign the HTTP requests you will send to the API.
- The ability to retrieve a token with the scope
payments
.
Updated 4 months ago
Did this page help you?