Get a specific transaction
GET/api/v3/transaction/:transaction_id
Getting a transaction (a payment, refund, credit, etc.) gives you the full transaction details.
A couple of notes about some specific attributes returned:
- applied_to - if the payment is applied to any invoices, a list of invoices and the amount of the payment applied will be listed here
- refunds - for payments, if any portion of the payment was refunded, a list of related refund
transaction_idvalues will be here - payments - for refunds, the original payment
transaction_idvalue will be here
Request
Responses
- 200
- 400
- 401
- 404
Object was fetched successfully
Bad request
Authentication error
Object not found