Batch Transaction Reference
These are the attributes that are returned after you call a batch transaction API.
Response attributes
Attribute | Description |
---|---|
transactionRequestId | A customer generated unique ID. |
Amount | Amount to transfer. |
transactionRequestedAt | Date and time of the request. |
transactionStatus | Status of the transaction:
|
errorDescription | Error details, if applicable. |
creditCardId | Card token ID. |
railId | Default rail sent for the card.
|
network | Name of card network. |
retrievalReferenceId | The number CRB creates that is passed to the rail to assist in tracing a transaction after it left our system. |
actualTransactionDoneAt | Date and time the transaction completed.
|
paymentSent | Whether the payment was sent. |
requestApproved | Whether the request was approved. |
responseReceived | Whether a response was received. |
responseCode | Network response code. |
responseDescription | Network response description. |
traceNumber | The STAN number, used for tracing. |
error | Error, if applicable. |
transactionRequestBatchId | This attribute is also referred to as Unique ID for the batch. |
sourceSenderName | The name of the sender of the funds. |
sourceMcc | A 4-digit number that credit card networks assign to businesses to denote the type of business or service it is in. |
isSuccessfull | Whether the call was successful. |
Updated 5 months ago