Skip to main content

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_id values will be here
  • payments - for refunds, the original payment transaction_id value will be here

Request

Responses

Object was fetched successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response object
Loading...