curl --request GET \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/orders \
--header 'Authorization: Bearer <token>'{
"orders": [
{
"createdAt": "2025-01-15T10:30:00.000Z",
"destination": {
"currency": "EUR",
"amount": 1000
},
"detailUrl": "/api/v1/account/orders/e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b",
"displayType": "Transaction Type",
"failedAt": "2025-01-15T10:35:00.000Z",
"fee": {
"currency": "EUR",
"amount": 1000
},
"fx": {
"pair": "EUR/USD",
"rate": 1.08,
"timestamp": "2025-01-15T10:30:00.000Z"
},
"id": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b",
"origin": {
"currency": "EUR",
"amount": 1000
},
"reference": "PAY-2025-001234",
"settledAt": "2025-01-15T10:35:00.000Z",
"state": "PENDING",
"type": "TRANSACTION_TYPE",
"updatedAt": "2025-01-15T10:30:05.000Z"
}
],
"pagination": {
"next": "<string>",
"numPages": 123,
"page": 123,
"pageSize": 123,
"previous": "<string>",
"total": 123
}
}Get a list of all orders for the authenticated merchant
curl --request GET \
--url https://sandbox-revo-api.raliopay.com/api/v1/account/orders \
--header 'Authorization: Bearer <token>'{
"orders": [
{
"createdAt": "2025-01-15T10:30:00.000Z",
"destination": {
"currency": "EUR",
"amount": 1000
},
"detailUrl": "/api/v1/account/orders/e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b",
"displayType": "Transaction Type",
"failedAt": "2025-01-15T10:35:00.000Z",
"fee": {
"currency": "EUR",
"amount": 1000
},
"fx": {
"pair": "EUR/USD",
"rate": 1.08,
"timestamp": "2025-01-15T10:30:00.000Z"
},
"id": "e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b",
"origin": {
"currency": "EUR",
"amount": 1000
},
"reference": "PAY-2025-001234",
"settledAt": "2025-01-15T10:35:00.000Z",
"state": "PENDING",
"type": "TRANSACTION_TYPE",
"updatedAt": "2025-01-15T10:30:05.000Z"
}
],
"pagination": {
"next": "<string>",
"numPages": 123,
"page": 123,
"pageSize": 123,
"previous": "<string>",
"total": 123
}
}API Key for accessing management endpoints
Page number (default: 1)
Page size (default: 30, max: 100)
Sort fields (prefix with - for desc): createdAt. Example: sort=createdAt
Multiple filters can be applied with field_operator=value format. Fields: state,type,id. Operators: eq (equals), neq (not equals), like (contains). Examples: state_eq=FAILED&type_eq=CARD_PAYIN&id_neq=e989c5d4-d27f-490c-bdee-6fba24acd7f6&id_like=d27f
OK
Show child attributes
"2025-01-15T10:30:00.000Z"
"/api/v1/account/orders/e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b"
"Transaction Type"
"2025-01-15T10:35:00.000Z"
"e5f6a7b8-c9d0-4e1f-2a3b-4c5d6e7f8a9b"
"PAY-2025-001234"
"2025-01-15T10:35:00.000Z"
"PENDING"
"TRANSACTION_TYPE"
"2025-01-15T10:30:05.000Z"
Show child attributes
URL of the next page (null if no next page)
Total number of pages
Current page number
Number of items per page
URL of the previous page (null if no previous page)
Total number of elements