Retrieve detailed information about a specific payment by its unique identifier.
Request
GET https://tupel.com/api/payments/{uid}/
Authentication
This endpoint requires basic authentication with your Organization ID and API Key.
Path Parameters
- uid string Required
The unique identifier of the payment to retrieve.
Notes
- This endpoint returns all details for a specific payment transaction.
- The payment must be associated with your organization to be accessible.
- The response includes important transaction details like amount, status, currency information, and payment provider.
- The
fx_rate
object provides foreign exchange information if the payment involved currency conversion. - Any attachments related to the payment, such as receipts or confirmation documents, are included in the
attachments
array. - The
delivered_at
field will be null if the payment has not yet been delivered (e.g., forPENDING
status payments). - The
reason
field indicates whether the payment is forPRINCIPAL
orFEE
. - The
provider
field shows which payment service provider was used (STRIPE
orWISE
).