Authorization: Bearer ********************
curl --location --request GET '/card-payment/top-up/order/page?clientReference&refUserId¤cy&status&startTime&endTime&page&size'
{
"totalElements": 0,
"totalPages": 0,
"content": [
{
"id": "string",
"clientReference": "string",
"partnerId": "string",
"refUserId": "string",
"currency": "string",
"amount": 0,
"source": {
"type": "CARD",
"number": "string",
"expiryMonth": 0,
"expiryYear": 0,
"name": "string",
"billingAddress": {
"addressLine1": "string",
"addressLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string"
},
"accountHolder": {
"type": "INDIVIDUAL",
"firstName": "string",
"middleName": "string",
"lastName": "string"
},
"phone": {
"countryCode": "string",
"number": "string"
}
},
"createdTime": "string",
"updatedTime": "string",
"status": "INIT",
"redirectLink": "string"
}
]
}