SafetyPay SOAP Payout Customer Details
firstNamestringrequired
First name of the payout customer.
Possible values: <= 60 characters
Example:
JohnmiddleNamestring
Optional middle name of the payout customer.
Possible values: <= 60 characters
Example:
WilliamlastNamestringrequired
Last name of the payout customer.
Possible values: <= 60 characters
Example:
DoedateOfBirthstring<date>required
Date of birth of the payout customer in YYYY-MM-DD format.
Example:
1999-12-31phoneNumberstring
Optional phone number of the payout customer.
Possible values: <= 20 characters
Example:
+527729871234emailstring<email>
Optional email address of the payout customer.
Possible values: <= 255 characters
Example:
joh.wdoe@customer.comregistrationDatestring<date>required
Customer account creation date with the merchant.
Example:
2021-12-12countrystringrequired
Country of the customer.
Possible values: >= 2 characters and <= 2 characters
Example:
PTkycLevelstringrequired
Customer KYC status with the merchant.
Possible values: [SIMPLE, FULL]
Example:
SIMPLESafetyPay SOAP Payout Customer Details
{
"firstName": "John",
"middleName": "William",
"lastName": "Doe",
"dateOfBirth": "1999-12-31",
"phoneNumber": "+527729871234",
"email": "joh.wdoe@customer.com",
"registrationDate": "2021-12-12",
"country": "PT",
"kycLevel": "SIMPLE"
}