fundingRecipients
Retrieve funding recipient
Use this method to retrieve information about a funding recipient.
To retrieve a funding recipient, you need its recipientId. Our gateway returned the recipientId in the response of the Create Funding Recipient method.
Note: If you don't have the recipientId, use our List Funding Recipients method to search for the funding recipient.
Our gateway returns the following information about the funding recipient:
- Tax ID and Doing Business As (DBA) name.
- Address and contact details.
- Funding accounts linked to the funding recipient.
get/funding-recipients/{recipientId}
Path parameters
recipientIdinteger required
Unique identifier that we assigned to the funding recipient.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the requested funding recipient.
Changes
No recorded changes to this endpoint across all 1 revision of this API.