CreateDispositionRequest
Request used to create a PaysafeCard disposition and initiate the payment process.
SOPG username provided by PaysafeCard.
USERSOPG password provided by PaysafeCard.
PASSWORDMerchant transaction ID. Unique identifier for the disposition.
18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4Optional reporting criteria value.
shop1Transaction amount.
10.00Transaction currency in ISO 4217 format.
EURURL to which the customer is redirected after successful payment.
https://ok.comURL to which the customer is redirected after cancelling the payment.
https://nok.comCustomer identifier on the business partner side.
cID_919191Payment notification URL.
https://notification.com/IP address of the PaysafeCard customer.
192.0.2.1Identifier of the shop that originated the request.
Possible values: <= 60 characters, Value must match regular expression ^[A-Za-z0-9_-]+$
2568-B415rh_785Label or URL of the shop identified by shopId.
Possible values: <= 60 characters
www.foodstore.comdispositionRestrictions object[]
Optional restrictions for the payment transaction.
Restriction key.
MIN_AGERestriction value.
18{
"username": "USER",
"password": "PASSWORD",
"mtid": "18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4",
"subId": "shop1",
"amount": "10.00",
"currency": "EUR",
"okUrl": "https://ok.com",
"nokUrl": "https://nok.com",
"merchantclientid": "cID_919191",
"pnUrl": "https://notification.com/",
"clientIp": "192.0.2.1",
"shopId": "2568-B415rh_785",
"shopLabel": "www.foodstore.com",
"dispositionRestrictions": [
{
"key": "MIN_AGE",
"value": "18"
}
]
}