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](https://docs.payroc.com/api/schema/funding/funding-recipients/create) method. **Note**: If you don't have the recipientId, use our [List Funding Recipients](https://docs.payroc.com/api/schema/funding/funding-recipients/list) 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

Authentication

AuthorizationBearer

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

Path parameters

recipientIdintegerRequired
Unique identifier that we assigned to the funding recipient.

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).

doingBusinessAsstringRequired
Legal name that the business operates under.
addressobjectRequired
Address of the funding recipient.
contactMethodslist of objectsRequired
Array of contactMethod objects for the funding recipient.
charityIdstringOptional
Government identifier of the charity.
metadatamap from strings to stringsOptional

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

Response

Successful request. We updated the funding recipient.

Errors