Skip to main content

SafetyPay Payout Customer

idstringrequired

Unique customer identifier in the merchant system.

Possible values: <= 60 characters

Example: uniquecustomerid
emailstring<email>

Customer email address.

The email address is required when a psc_id is not provided.

Example: valid@email.com
date_of_birthstring<date>required

Customer date of birth.

Example: 1996-10-20
first_namestringrequired

Customer first name.

Possible values: <= 60 characters

Example: Max
middle_namestring

Customer middle name.

Possible values: <= 60 characters

Example: Diego
last_namestringrequired

Customer last name.

Possible values: <= 60 characters

Example: Power
phone_numberstring

Customer phone number in ITU-T E.164-compatible format.

Possible values: <= 20 characters

Example: +525516690627
ip_addressstring

Customer IP address.

Example: 123.456.123.456
account_createdstring

Customer account creation value supplied by the merchant.

Example: 2021
countrystring

Customer country code.

Possible values: >= 2 characters and <= 2 characters

Example: MX
kyc_levelstring

Customer KYC level.

Example: FULL
ipstring

Customer IP address used in the payout request.

Example: 13.248.166.223
SafetyPay 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"
}