SafetyPay Get Serial Numbers Response
getSerialNumbersReturn object
mtidstring
Merchant transaction identifier.
Example:
pay_1000067571_T23Gn1TLmSQ3Aj3im7KwFvAPrUgkCxmJ_BRLresultCodeinteger
Result code returned for the operation.
Example:
0errorCodeinteger
Error code returned for the operation.
Example:
0amountnumber<double>
Payment amount.
Example:
2000currencystring
Payment currency.
Example:
BRLdispositionStatestring
Current disposition state.
Example:
SserialNumbersstring
Serial-number and amount information returned for the payment.
Example:
1421456559;2000.00paymentInstrumentstring
Payment instrument used for the transaction.
Example:
safetypaypaymentInstrumentSubtypestring
Payment instrument subtype used for the transaction.
Example:
onlinebankIdstring
Identifier of the bank used for the transaction.
Example:
9999SafetyPay Get Serial Numbers Response
{
"getSerialNumbersReturn": {
"mtid": "pay_1000067571_T23Gn1TLmSQ3Aj3im7KwFvAPrUgkCxmJ_BRL",
"resultCode": 0,
"errorCode": 0,
"amount": 2000,
"currency": "BRL",
"dispositionState": "S",
"serialNumbers": "1421456559;2000.00",
"paymentInstrument": "safetypay",
"paymentInstrumentSubtype": "online",
"bankId": "9999"
}
}