Orders V3
Manage order settings of BigCommerce stores.
Get Transactions
GET /stores/{store_hash}/v3/orders/{order_id}/transactions
Request
Returns an order's transactions.
Usage Notes
- Depending on the payment method, different information will be available (not all payment gateways return full card or fraud detail).
Requires at least one of the following scopes:
store_v2_transactions_read_only
store_v2_transactions
Authentication
- X-Auth-Token in header - required
Parameters
- store_hash in path - string
- Accept in header with default of application/json - string - required
The MIME type of the response body.
- order_id in path - integer - required
The ID of the
Order
to which the transactions belong.
example
Response
Response payload for the BigCommerce Order Transactions API.
Body
object | application/json
dataarray[object]
metaobject