View a Payment

<Warning> **Deprecated**: This endpoint is deprecated. Please use [Get Payment Details](/api-reference/customers/api-integration/payments/get-payment-details) (v3) instead. </Warning> View a Single Payment. **Authentication:** [Bearer token required](/api-guide/getting-started/authentication#oauth-20-authentication)

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.

Path parameters

customer_idstringRequired
Unique Customer Identifier
payment_idstringRequired
Unique Payment Identifier

Response

Ok. The response will contain details of the requested Payment Instruction.
payment_idstring
Payment ID
instruction_numberstring

Unique client reference to identify this conversion in future. The format will be {customerId}-{sequenceNumber}

currency_codestring
Recipient's Currency Code. **Reference:** [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)
amountdouble
Amount being debited.
recipient_detailsobject
statusstring
Status of this payment.
payment_referencestring
Description to appear on the Recipient's bank statement.
created_datetimedatetime
Timestamp of the payment
payment_datedate
Date when the payment was completed.
client_reference_idstring
Unique reference id that you assigned to this payment for your own purposes.

Errors