Skip to content
Guides
API reference
stableorder:read

List order transactions

GET/v1/orders/{orderId}/transactions

Authorization

bearerAuth
AuthorizationBearer <token>

OAuth2 access token issued by Ecomiq Auth.

In: header

Path Parameters

orderId*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/v1/orders/string/transactions"
[  {    "id": "string",    "type": "in",    "amount": 0.1,    "paymentMethod": "string",    "referenceId": null,    "referenceType": null,    "transactionReference": null,    "transactionReferenceDocumentLink": null,    "content": null,    "createdOn": "2019-08-24T14:15:22Z",    "createdBy": null  }]