Retrieve a funding recipient

Retrieve a specific funding recipient.

Path parameters

recipientIdintegerRequired
Unique identifier of the funding recipient.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. Returns the requested funding recipient.
recipientTypeenum
Type or legal structure of the funding recipient.
taxIdstring

Employer identification number (EIN) or Social Security number (SSN).

doingBuinessAsstring
Legal name that the business operates under.
addressobject
Address of the funding recipient.
contactMethodslist of objects
Array of contactMethod objects for the funding recipient.
ownerslist of objects
Array of owner objects associated with the funding recipient.
fundingAccountslist of objects
Array of fundingAccount objects associated with the funding recipient.
recipientIdintegerOptional
Unique identifier of the funding recipient.
statusenumOptional
Indicates if we have approved the funding recipient.
Allowed values:
createdDatestringOptionalformat: "date-time"
Date the funding recipient was created.
lastModifiedDatestringOptionalformat: "date-time"
Date the funding recipient was last modified.
charityIdstringOptional
Government identifier of the charity.
metadatamap from strings to stringsOptional

Metadata object you can use to include custom data with your request.

Errors