AladiaDocs
Api referencePaymentSubscriptionsTransactions

List all transactions

List all transactions

GET
/v2/payment/subscriptions/{id}/transactions

List all transactions

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Query Parameters

next?string
prev?string

Response Body

application/json

curl -X GET "https://example.com/v2/payment/subscriptions/string/transactions"
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}