Skip to main content

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-10
kycLevelstring

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: FULL
countryIso2string

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: MX
hashstring

Hash key used to transfer the customer details securely.

Example: 123%asd
SafetyPay SOAP Customer Takeover Data
{
"registrationDate": "1997-04-10",
"kycLevel": "FULL",
"countryIso2": "MX",
"hash": "123%asd"
}