KYB
Update KYB Information Submitted
Updates an existing KYB submission for a business customer.
put/customers/kyb
Headers
api-keystring
Example:alfredpay.T+QdhCoMofy8.gGKO5KdB7M+B/9jLFef
API Key for service authentication (alternative to JWT Bearer token). Optional.
api-secretstring
Example:PwF+cDGZd37eHYZ.CVvF1/zbHCBosSo1
API Secret for service authentication (alternative to JWT Bearer token). Optional.
Request body
Example request
{
"kybUpdateSubmission": {
"country": "MX",
"relatedPersons": [
{
"dateOfBirth": "2003-01-01"
}
]
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.