Skip to main content

ExecuteDebitRequest

Request used to debit the assigned amount from the PaysafeCard PIN.

usernamestring

SOPG username.

Example: USER
passwordstring

SOPG password.

Example: PASSWORD
mtidstring

Merchant transaction ID.

Example: 18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4
subIdstring

Optional reporting criteria value.

Example: shop1
amountstring

Debit amount.

Example: 10.00
currencystring

Transaction currency.

Example: EUR
closeinteger

Close flag. Must be set to 1 to close the transaction.

Example: 1
ExecuteDebitRequest
{
"username": "USER",
"password": "PASSWORD",
"mtid": "18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4",
"subId": "shop1",
"amount": "10.00",
"currency": "EUR",
"close": 1
}