SafetyPay Customer Takeover Data
Customer information used to simplify the payment journey and provide customer account data required for payout processing.
emailstring<email>
Customer email address.
Example:
test@test.comtax_idstring
Customer tax identifier. This can be supplied to prefill the CPF field for transactions in Brazil.
Example:
0123059433817717tax_id_typestring
Type of tax identifier.
Example:
BRA_CPFaccount_registration_datestring<date>
Date on which the customer registered with the partner.
This value is mandatory when a deposit is intended to support payouts to the customer.
Example:
2018-05-03account_KYC_levelstring
Customer KYC level with the partner.
This value is mandatory when a deposit is intended to support payouts to the customer.
Possible values: [FULL, SIMPLE]
Example:
FULLaccount_registration_countrystring
Country where the customer registered with the partner.
This value is mandatory when a deposit is intended to support payouts to the customer.
Example:
MXSafetyPay Customer Takeover Data
{
"email": "test@test.com",
"tax_id": "0123059433817717",
"tax_id_type": "BRA_CPF",
"account_registration_date": "2018-05-03",
"account_KYC_level": "FULL",
"account_registration_country": "MX"
}