Skip to main content

SafetyPay SOAP Payout Customer Details

firstNamestringrequired

First name of the payout customer.

Possible values: <= 60 characters

Example: John
middleNamestring

Optional middle name of the payout customer.

Possible values: <= 60 characters

Example: William
lastNamestringrequired

Last name of the payout customer.

Possible values: <= 60 characters

Example: Doe
dateOfBirthstring<date>required

Date of birth of the payout customer in YYYY-MM-DD format.

Example: 1999-12-31
phoneNumberstring

Optional phone number of the payout customer.

Possible values: <= 20 characters

Example: +527729871234
emailstring<email>

Optional email address of the payout customer.

Possible values: <= 255 characters

Example: joh.wdoe@customer.com
registrationDatestring<date>required

Customer account creation date with the merchant.

Example: 2021-12-12
countrystringrequired

Country of the customer.

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

Example: PT
kycLevelstringrequired

Customer KYC status with the merchant.

Possible values: [SIMPLE, FULL]

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