Orders V3
Manage order settings of BigCommerce stores.
Get Transactions
GET https://api.bigcommerce.com/stores/{store_hash}/v3/orders/{order_id}/transactionsRequest
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
Parameters
- store_hash in path - string
- Accept in header with default of application/json - stringrequiredThe MIME type of the response body.
- order_id in path - integerrequired
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]
example
See something you can improve? Edit this file on GitHub
Did you find what you were looking for?