Update funding recipient

Update a funding recipient. If you make significant changes, we may need to approve the funding recipient again.

Path parameters

recipientIdintegerRequired

Unique identifier of the funding recipient.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
recipientTypeenumRequired

Type or legal structure of the funding recipient.

taxIdstringRequired

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

doingBuinessAsstringRequired

Legal name that the business operates under.

addressobjectRequired

Address of the funding recipient.

contactMethodslist of objectsRequired

Array of contactMethod objects for the funding recipient.

ownerslist of objectsRequired

Array of owner objects associated with the funding recipient.

fundingAccountslist of objectsRequired

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.