Patching KYC data
Authorizations
x-api-keystringRequired
Path parameters
idstringRequired
- The external identifier for the customer, used to uniquely identify them and associate them with a merchant.
Body
- The details to be updated. This includes optional fields for the customer's first name, last name, date of birth, email, target address, and physical address. Params:
- address.city - The city name.
- address.postCode - The postcode.
- address.addressLine1 - The address line 1.
- address.addressLine2 - The address line 2.
- address.country - The ISO 3166-1 alpha-2 country name.
- dateOfBirth - Date of Birth. "YYYY-MM-DD".
- lastName - The last name.
- firstName - The first name.
- email - The email address.
- acceptedPrivacyPolicyHash - base64-encoded SHA256 hash of the Privacy Policy. Required for API-driven KYC flows.
- acceptedTermsAndConditionsHash - Optional base64-encoded SHA256 hash of Terms & Conditions. Required for API-driven KYC flows.
- acceptedTermsOfServiceHash - Optional base64-encoded SHA256 hash of Terms of Service. Required for API-driven KYC flows.
acceptedTermsOfServiceHashstringOptional
acceptedTermsAndConditionsHashstringOptional
acceptedPrivacyPolicyHashstringOptional
emailstringOptional
dateOfBirthstring Β· date-timeOptional
addressanyOptional
lastNamestringOptional
firstNamestringOptional
Responses
204
Action has been accepted
application/json
400
Database violation
application/json
401
Unauthorized
application/json
422
Unprocessable content
application/json
500
Internal server error
application/json
patch
/customer/{id}/bank-transferLast updated