Retrieve payment
Use this method to retrieve information about a bank transfer payment.
To retrieve a payment, you need its paymentId. Our gateway returned the paymentId in the response of the Create Payment method.
Note: If you don’t have the paymentId, use our List Payments method to search for the payment.
Our gateway returns the following information about the payment:
- Order details, including the transaction amount and when it was processed.
- Bank account details, including the customer’s name and account number.
- Customer’s details, including the customer’s phone number.
- Transaction details, including any refunds or re-presentments.
If the merchant saved the customer’s bank account details, our gateway returns a secureTokenID, which you can use to perform follow-on actions.
Path parameters
paymentId
Unique identifier that our gateway assigned to the payment.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the specific payment.
paymentId
Unique identifier that we assigned to the payment.
processingTerminalId
Unique identifier that we assigned to the terminal.
order
Object that contains information about the transaction.
bankAccount
Object that contains information about the bank account.
transactionResult
Object that contains information about the transaction.
customer
Object that contains information about the customer.
refunds
List of refunds issued against the payment
returns
List of returns issued against the payment
representment
Object that contains information about a payment.
customFields
Array of customField objects.