GetSerialNumbersResponse
Current disposition details returned by getSerialNumbers.
mtidstring
Merchant transaction ID.
Example:
18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4subIdstring
Optional reporting criteria value.
Example:
shop1resultCodeinteger
Result code of the operation.
Example:
0errorCodeinteger
Error code of the operation.
Example:
0amountstring
Disposition amount.
Example:
10.00currencystring
Transaction currency.
Example:
EURdispositionStatestring
Current state of the disposition.
Example:
SserialNumbersstring
Semicolon-separated serial number, currency, amount, and card type information.
Example:
0000000001200000;EUR;10.00;00002;paymentInstrumentstring
Payment instrument, when enabled for the merchant.
Example:
paysafecardpaymentInstrumentSubtypestring
Payment instrument subtype, when enabled for the merchant.
GetSerialNumbersResponse
{
"mtid": "18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4",
"subId": "shop1",
"resultCode": 0,
"errorCode": 0,
"amount": "10.00",
"currency": "EUR",
"dispositionState": "S",
"serialNumbers": "0000000001200000;EUR;10.00;00002;",
"paymentInstrument": "paysafecard",
"paymentInstrumentSubtype": "string"
}