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
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
customer_id
Unique Customer Identifier
payment_id
Unique Payment Identifier
Response
Ok. The response will contain details of the requested Payment Instruction.
payment_id
Payment ID
instruction_number
Unique client reference to identify this conversion in future. The format will be {customerId}-{sequenceNumber}
currency_code
Recipient's Currency Code.
**Reference:** [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)
amount
Amount being debited.
recipient_details
status
Status of this payment.
payment_reference
Description to appear on the Recipient's bank statement.
created_datetime
Timestamp of the payment
payment_date
Date when the payment was completed.
client_reference_id
Unique reference id that you assigned to this payment for your own purposes.