Order Transactions API
Lesson 17 of 26 · 15 min
- The Transactions API returns granular details about the payment instruments used to pay for an order. Depending on the payment method used, different details will be available. Not all credit card payment gateways will return full card details or all CVV/fraud response details. This is primarily used to get detailed gateway response information for credit card transactions, however it will also return any available information about digital wallet payments, as well as details about orders paid (partially or in full) via a gift certificate or store credit.
- The Order Transactions API is a read-only endpoint that returns transaction or payment data about an order. The data returned does not include payment tokens for a third party such as Braintree.
- View transaction information about an Order.
GET Transactions
Return transactions associated with an order with a GET request to: /orders/{order_id}/transactions