Update recipient
This endpoint is used to update information for an existing payout recipient.
<!-- theme: warning --><!-- theme: info -->🛑 Important
You can only update a recipient record if the request is accepted by the payout provider associated with the recipientId.
<!-- theme: warning -->📘 Note
For the payout provider Interchecks, if you pass a value for one of the recipientIdNumbers parameters when creating a new recipient, you cannot update any recipient information with this endpoint.<br/><br/>In the case that a value has been passed for the recipientIdNumbers and you are wanting to change information for an existing Interchecks recipient, contact Interchecks to update the recipient's information.
<div style="display:none;">⚠️ Try It
To use the Try It feature for this endpoint, you must use the credentials for your Sandbox API user.<br/><br/>Include at least a recipienId and recipient firstName and lastName.
Request parameters
- recipientId
- firstName
- lastName
- recipientIdNumbers
- recipientIdNumbers.governmentId
- recipientIdNumbers.passportId
- recipientIdNumbers.employerId
- recipientIdNumbers.driversLicenseId
- providerId
- recipientRef
- userType
- gender
- birthDate
- countryOfBirth
- countryOfNationality
- country
- currency
- addressType
- addressLine1
- addressLine2
- city
- region
- postalCode
- phoneNumber
- phoneNumberCountry
- mobileNumber
- mobileNumberCountry
Response parameters
- payoutAccountId
- providerId
- recipientId
- recipientRef
- firstName
- lastName
- providerType
- providerRecipientRef
- userType
- addressLine1
- addressLine2
- city
- region
- postalCode
- country
- phoneNumber
- mobileNumber
- countryOfBirth
- countryOfNationality
- gender
- birthDate
- recipientRulesMetadata
- recipientRulesMetadata.id
- recipientRulesMetadata.recipientId
- recipientRulesMetadata.metadata
- recipientRulesMetadata.createdAt
- recipientRulesMetadata.updatedAt
- recipientIdNumbers
- recipientIdNumbers.governmentId
- recipientIdNumbers.passportId
- recipientIdNumbers.employerId
- recipientIdNumbers.driversLicenseId
- createdAt
- updatedAt
Request body
Example request
{
"recipientId": 137256,
"firstName": "John",
"lastName": "Doe",
"recipientIdNumbers": {
"governmentId": "1234567891",
"passportId": "4561231232",
"employerId": "2468013579"
},
"recipientRef": "[your_recipient_id]",
"email": "jdoe@example.com",
"userType": "INDIVIDUAL",
"gender": "MALE",
"birthDate": "1990-12-05",
"countryOfBirth": "US",
"countryOfNationality": "US",
"country": "US",
"currency": "USD",
"addressType": "RESIDENTIAL",
"addressLine1": "2147 West Silverlake Drive",
"addressLine2": "Apt 42",
"city": "Scranton",
"region": "PA",
"postalCode": "18503",
"phoneNumber": "1555555555",
"phoneNumberCountry": "US",
"mobileNumber": "1555555555",
"mobileNumberCountry": "US"
}Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.