Skip to main content

GetSerialNumbersResponse

Current disposition details returned by getSerialNumbers.

mtidstring

Merchant transaction ID.

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

Optional reporting criteria value.

Example: shop1
resultCodeinteger

Result code of the operation.

Example: 0
errorCodeinteger

Error code of the operation.

Example: 0
amountstring

Disposition amount.

Example: 10.00
currencystring

Transaction currency.

Example: EUR
dispositionStatestring

Current state of the disposition.

Example: S
serialNumbersstring

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: paysafecard
paymentInstrumentSubtypestring

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"
}