Send funds to your merchants
Important: Before you begin, make sure that you have read our Getting Started guide, and that you have received your API key.
To send funds to your merchants, you need to provide us with instructions about:
- Funding accounts that we should send the funds to
- Amount of funds that we should send
Before you create your funding instructions, we recommend that you check to make sure you have the funds available to send.
Integration steps
Step 1. (Optional) Check the available balance.
Step 2. Create a funding instruction.
Before you begin
Authenticate your requests before making API calls. If your request fails, see Errors.
Step 1. (Optional) Check the available balance
To check the available balance, you need to send a GET request to our Funding Balance endpoint.
Query parameters
Example request
If your request is successful, we return a response that contains the funds available for your merchant. The response contains the following fields:
Response
Example response
Step 2. Create a funding instruction
Note: You can use a funding instruction to send funds to a single merchant or to multiple merchants in a single request.
To create your funding instruction, send a POST request to our Funding Instructions endpoint.
To create the body of your request, use the following parameters:
Request
Note: Use our metadata feature to add custom information to your request.
Example request
If your request is successful, we create the funding instruction and return a response. The response contains the following fields:
Response
Example response
Test cases
Our integration team provides you with test cases that you can run to verify that your integration works with our API.
For your next steps, we recommend that you integrate with the other functions so you can manage your funding instructions. To view the other functions, see funding instructions.