Set up a funding recipient
Important: Before you begin, make sure that you have read our Getting Started guide, and that you have received your API key.
A funding recipient is an entity that can receive funds using funding instructions. Each funding recipient includes at least one of the following:
- Funding account: The funding recipient’s bank account.
- Owner: Individuals that are associated with the funding recipient.
You can create funding recipients for third parties that can’t directly process sales. For example, charities.
Integration steps
- Create your funding recipient.
Before you begin
Authenticate your requests before making API calls. If your request fails, see Errors.
Create your funding recipient
To create your funding recipient, send a POST request to our Funding Recipients 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 recipient 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 follow our guide about sending funds to your funding recipients. To view other functions about managing your funding recipients, see funding recipients.