Payees
Update Payee Details
Use v4 instead
Update payee details for the given Payee Id.
post/v3/payees/{payeeId}/payeeDetailsUpdate
Path parameters
payeeIdstring uuid required
Example:2aa5d7e0-2ecb-403f-8494-1865ed0454e9
The UUID of the payee.
Request body
Example request
{
"address": {
"country": "US",
"countyOrProvince": "FL",
"line4": "line4",
"city": "Key West",
"line3": "line3",
"line2": "line2",
"line1": "500 Duval St",
"zipOrPostcode": "33945"
},
"individual": {
"name": {
"firstName": "Bob",
"lastName": "Smith",
"otherNames": "A",
"title": "Mr"
},
"nationalIdentification": "AB123456C",
"dateOfBirth": "1985-01-01"
},
"challenge": {
"description": "challenge description",
"value": "challenge test"
},
"company": {
"taxId": "123123123",
"name": "ABC Group Plc",
"operatingName": "ABC Co"
},
"language": "en-US",
"contactSmsNumber": "11235555555",
"email": "bob@example.com"
}Response
Request accepted