fundingRecipients

Update funding recipient

Use this method to update the details of a funding recipient. If a request contains significant changes, we might need to re-approve the funding recipient.

To update a funding recipient, you need it's 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.

You can update the following details of a funding recipient:

  • Doing Business As (DBA) name
  • Tax ID and charity ID
  • Address and contact methods
put/funding-recipients/{recipientId}

Path parameters

recipientIdinteger required

Unique identifier that we assigned to the funding recipient.

Headers

Authorizationstring required

Bearer authentication

Request body

recipientIdinteger

Unique identifier that we assigned to the funding recipient.

status'approved' | 'rejected' | 'pending'

Indicates if we have approved the funding recipient.

createdDatestring date-time

Date the funding recipient was created.

lastModifiedDatestring date-time

Date the funding recipient was last modified.

recipientType'privateCorporation' | 'publicCorporation' | 'nonProfit' | 'government' | 'privateLlc' | 'publicLlc' | 'privatePartnership' | 'publicPartnership' | 'soleProprietor' required

Type or legal structure of the funding recipient.

taxIdstring required

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

charityIdstring

Government identifier of the charity.

doingBusinessAsstring required

Legal name of the business or organization.

metadataobject

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

Response

Successful request. We updated the funding recipient.

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.