Fetch Payment
Fetch a payment
Required OAuth 2.0 scope: business/orders:read
Path parameters
payment_id
The unique identifier of the payment.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful Response
amount_excl_tip
The payment amount excluding the amount designated towards the tip.
created_at
The payment creation date and time in ISO 8601 format.
currency
The currency code in ISO 4217 format.
display_name
A human-friendly label for the payment.
id
The unique identifier of the payment.
note
An optional note attached to the payment.
order_id
A reference to the original order.
payment_method
The method used to make the payment.
Allowed values:
payment_source
The source of the payment.
processing_fees
The transaction fees that have been charged against the payment.
receipt_number
The receipt number of the payment.
refunded_amount
The amount of this payment that has been refunded, if any.
refunds
The refunds that have been issued against the payment.
status
The current state of the payment.
Allowed values:
tip_amount
The payment amount designated towards the tip.
total_amount
The total payment amount.
updated_at
The date and time the payment was last modified in ISO 8601 format.