fundingRecipients
Create funding recipient
Use this method to create a funding recipient.
A funding recipient is a business or organization that can receive funds but can't run transactions, for example, a charity.
In the request, include the following information:
- Legal information, including its tax ID, Doing Business As (DBA) name, and address.
- Contact information, including the email address.
- Owners' details, including their contact details.
- Funding account details.
Our gateway returns the recipientId of the funding recipient, which you can use to run follow-on actions.
post/funding-recipients
Headers
Authorizationstring required
Bearer authentication
Idempotency-Keystring uuid required
Unique identifier that you generate for each request. You must use the UUID v4 format for the identifier. For more information about the idempotency key, go to Idempotency.
Request body
Response
Successful request. We created the funding recipient.
Changes
No recorded changes to this endpoint across all 1 revision of this API.