Retrieve a list of cart payment transactions
Retrieve a list of cart payment transactions.
Authorizations:Token, JWT
Query Parameters
| id required | integer | 
| page | integerDefault: 1The collection page number | 
| itemsPerPage | integer[0 .. true]Default: 30The number of items per page | 
| pagination | booleanEnable or disable pagination | 
| order[date] | stringEnum: "asc""desc" | 
Query Parameters
| id required | integer | 
| page | integerDefault: 1The collection page number | 
| itemsPerPage | integer[0 .. true]Default: 30The number of items per page | 
| pagination | booleanEnable or disable pagination | 
| order[date] | stringEnum: "asc""desc" | 
Responses
200Transaction collection
Response schema: 
Transaction collection Array
| id | integer>= 0 | ||||||||||||||||||||||||
| public_id | string[1 .. 255] characters | ||||||||||||||||||||||||
| public_txn_id | string[1 .. 16] characters | ||||||||||||||||||||||||
| method_id | integer>= 0 | ||||||||||||||||||||||||
| type | string[1 .. 16] characters | ||||||||||||||||||||||||
| date | string | ||||||||||||||||||||||||
| status | string1 character | ||||||||||||||||||||||||
| name | string[1 .. 128] characters | ||||||||||||||||||||||||
| local_name | string[1 .. 255] characters | ||||||||||||||||||||||||
| currency | string | ||||||||||||||||||||||||
| value | number | ||||||||||||||||||||||||
| note | string | ||||||||||||||||||||||||
| data | Array of objects | ||||||||||||||||||||||||
| Array 
 | |||||||||||||||||||||||||
| backend_transactions | Array of objects | ||||||||||||||||||||||||
| Array 
 | |||||||||||||||||||||||||
401Unauthorized
Response schema: 
Unauthorized | type | string | 
| title | string | 
| detail | string or null | 
| instance | string or null | 
404Resource not found
Response schema: 
Resource not found | type | string | 
| title | string | 
| detail | string or null | 
| instance | string or null | 
500Internal error
Response schema: 
Internal error | type | string | 
| title | string | 
| detail | string or null | 
| instance | string or null |