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
Response
Successful request. We updated the funding recipient.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.