SafetyPay Payout Customer
idstringrequired
Unique customer identifier in the merchant system.
Possible values: <= 60 characters
Example:
uniquecustomeridemailstring<email>
Customer email address.
The email address is required when a psc_id is not provided.
Example:
valid@email.comdate_of_birthstring<date>required
Customer date of birth.
Example:
1996-10-20first_namestringrequired
Customer first name.
Possible values: <= 60 characters
Example:
Maxmiddle_namestring
Customer middle name.
Possible values: <= 60 characters
Example:
Diegolast_namestringrequired
Customer last name.
Possible values: <= 60 characters
Example:
Powerphone_numberstring
Customer phone number in ITU-T E.164-compatible format.
Possible values: <= 20 characters
Example:
+525516690627ip_addressstring
Customer IP address.
Example:
123.456.123.456account_createdstring
Customer account creation value supplied by the merchant.
Example:
2021countrystring
Customer country code.
Possible values: >= 2 characters and <= 2 characters
Example:
MXkyc_levelstring
Customer KYC level.
Example:
FULLipstring
Customer IP address used in the payout request.
Example:
13.248.166.223SafetyPay Payout Customer
{
"id": "uniquecustomerid",
"email": "valid@email.com",
"date_of_birth": "1996-10-20",
"first_name": "Max",
"middle_name": "Diego",
"last_name": "Power",
"phone_number": "+525516690627",
"ip_address": "123.456.123.456",
"account_created": "2021",
"country": "MX",
"kyc_level": "FULL",
"ip": "13.248.166.223"
}