Pull Transaction Reference
Response attributes
These are the attributes that are returned after you call a transaction API.
Attribute | Description |
---|---|
transactionRequestId | The customer generated unique ID supplied in the request. |
amount | The amount that was transferred, in cents. |
transactionRequestedAt | Date and time of the request (GMT) |
transactionStatus | Status of the transaction:
|
errorDescription | Error details, if applicable. |
creditCardId | The card token. |
railId | The name of the rail that was used. For now, all Pulls are done on the Tabapay rail. |
network | The card network that was used in the Pull transaction. |
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. |
requestApproved | System determines request to be valid and was sent to rail for processing. |
responseReceived | True if a response from rail was received, otherwise false. |
responseCode | Network response code. |
responseDescription | Network response description. |
traceNumber | The STAN number, used for tracing. |
error | Error code, if applicable. |
requesterName | The name of the requester of the funds. |
requesterMcc | The merchant category code of the requester of the funds. |
Updated 5 months ago