ExecuteDebitRequest
Request used to debit the assigned amount from the PaysafeCard PIN.
usernamestring
SOPG username.
Example:
USERpasswordstring
SOPG password.
Example:
PASSWORDmtidstring
Merchant transaction ID.
Example:
18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4subIdstring
Optional reporting criteria value.
Example:
shop1amountstring
Debit amount.
Example:
10.00currencystring
Transaction currency.
Example:
EURcloseinteger
Close flag. Must be set to 1 to close the transaction.
Example:
1ExecuteDebitRequest
{
"username": "USER",
"password": "PASSWORD",
"mtid": "18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4",
"subId": "shop1",
"amount": "10.00",
"currency": "EUR",
"close": 1
}