SafetyPay Create Disposition Request
SOAP account username.
username_SOAPSOAP account password.
password_SOAPUnique merchant transaction identifier.
mtid_soapPayment amount.
10Three-letter ISO 4217 currency code.
Possible values: >= 3 characters and <= 3 characters
USDCustomer identifier on the merchant side.
customer1URL used after successful payment authorization.
https://www.paysafecard.com/okURLURL used after unsuccessful or cancelled authorization.
https://www.paysafecard.com/nokURLPayment notification URL.
https://www.paysafecard.com/pnURLCustomer identifier or customer detail value.
customer_idReporting criterion used to classify the transaction.
reporting_criteriacustomerTakeoverData object
Customer account information used to simplify the customer journey and support payout processing.
Customer registration date with the partner. This value is mandatory when a deposit is intended to support payouts to the customer.
1997-04-10Customer KYC level with the partner. This value is mandatory when a deposit is intended to support payouts to the customer.
Possible values: [FULL, SIMPLE]
FULLISO 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
MXHash key used to transfer the customer details securely.
123%asddispositionRestrictions object[]
Restrictions applied to the SafetyPay disposition.
Type of restriction applied to the transaction.
Possible values: [INSTRUMENT, INSTRUMENT_SUBTYPE, BANK_IDS]
INSTRUMENTValue assigned to the selected restriction.
Supported values include:
INSTRUMENT:paysafecard,safetypayINSTRUMENT_SUBTYPE:cash,onlineBANK_IDS: comma-separated supported bank IDs
safetypay{
"username": "username_SOAP",
"password": "password_SOAP",
"mtid": "mtid_soap",
"amount": 10,
"currency": "USD",
"merchantclientid": "customer1",
"okUrl": "https://www.paysafecard.com/okURL",
"nokUrl": "https://www.paysafecard.com/nokURL",
"pnUrl": "https://www.paysafecard.com/pnURL",
"customerDetail": "customer_id",
"subId": "reporting_criteria",
"customerTakeoverData": {
"registrationDate": "1997-04-10",
"kycLevel": "FULL",
"countryIso2": "MX",
"hash": "123%asd"
},
"dispositionRestrictions": [
{
"key": "INSTRUMENT",
"value": "safetypay"
}
]
}