Get Transaction
This query returns information for a transaction initiated/authorized via the Transfers API. The reference parameter is a unique identifier for the payment on the client's end.
Response
Request Parameters
Field
Scalar
Required
Description
reference
String
Yes
This is a unique identifier for the payment on the client's end
Response
Field
Scalar
Required
Description
id
String
Yes
This is a unique identifier for the payment on the client's end
reference
String
Yes
This is a unique identifier for the payment on the client's end
amount
Float
Yes
The amount that was to be transferred.
sourceBankAccount
String
Yes
The account number debit was attempted from
sourceBankAccountName
String
Yes
The account name on bank profile debit was attempted from
destinationBankAccount
String
Yes
The account number credit was attempted to
destinationBankCode
String
Yes
The bank code of the destinationAccountNumber
description
String
Yes
Description of the payment status
createdAt
String
Yes
The date the payment was initiated
status
String
Yes
The status of the payment
Last updated