SafetyPay SOAP Customer Takeover Data
Customer account information used to simplify the customer journey and support payout processing.
registrationDatestring<date>
Customer registration date with the partner. This value is mandatory when a deposit is intended to support payouts to the customer.
Example:
1997-04-10kycLevelstring
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:
FULLcountryIso2string
ISO alpha-2 country of customer registration. This value is mandatory when a deposit is intended to support payouts to the customer.
Possible values: >= 2 characters and <= 2 characters
Example:
MXhashstring
Hash key used to transfer the customer details securely.
Example:
123%asdSafetyPay SOAP Customer Takeover Data
{
"registrationDate": "1997-04-10",
"kycLevel": "FULL",
"countryIso2": "MX",
"hash": "123%asd"
}