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_rateobject 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
attachmentsarray. - The
delivered_atfield will be null if the payment has not yet been delivered (e.g., forPENDINGstatus payments). - The
reasonfield indicates whether the payment is forPRINCIPALorFEE. - The
providerfield shows which payment service provider was used (STRIPE,WISEorGOCARDLESS).