Create Disposition Request
Elements must be sent in the order defined below, as required by the PscService contract.
SOPG username provided by paysafecard.
username_SOAPSOPG password provided by paysafecard.
password_SOAPMerchant transaction ID. Unique identifier for the disposition.
mtid_soapReporting criterion used to classify sub-merchants.
Can be repeated.
reporting_criteriaTransaction amount.
The current minimum amount for gift card payments is 0.10 USD
and the current maximum amount is 1000.00 USD.
10Transaction currency in ISO 4217 format.
Possible values: >= 3 characters and <= 3 characters, Value must match regular expression ^[A-Z]{3}$
USDURL to which the customer is redirected after successful payment.
https://www.paysafecard.com/okURLURL to which the customer is redirected after cancelling the payment.
https://www.paysafecard.com/nokURLCustomer identifier on the business partner side.
customer1Payment notification URL.
https://www.paysafecard.com/pnURLdispositionRestrictions object[]
The payment restrictions array.
Can be repeated once per restriction.
Value to specify what type of restriction should be applied for the transaction.
Possible values: [INSTRUMENT, INSTRUMENT_SUBTYPE]
INSTRUMENTValue to define the available options for a certain restriction.
For INSTRUMENT: paysafecard or giftcard.
For INSTRUMENT_SUBTYPE: cvspharmacy, openbuckscard or
dollargeneral.
giftcardCustomer details to be returned for the transaction.
Can be repeated once per requested detail.
Possible values: [CUSTOMER_ID, FIRST_NAME, LAST_NAME, DATE_OF_BIRTH, AGE, E_MAIL, KYC_LEVEL, CURRENCY]
["CUSTOMER_ID"]{
"username": "username_SOAP",
"password": "password_SOAP",
"mtid": "mtid_soap",
"subId": "reporting_criteria",
"amount": 10,
"currency": "USD",
"okUrl": "https://www.paysafecard.com/okURL",
"nokUrl": "https://www.paysafecard.com/nokURL",
"merchantclientid": "customer1",
"pnUrl": "https://www.paysafecard.com/pnURL",
"dispositionRestrictions": [
{
"key": "INSTRUMENT",
"value": "giftcard"
}
],
"customerDetail": [
"CUSTOMER_ID"
]
}