curl --location --request GET 'https://mock.apidog.com/m1/828215-0-default/payments/search?status&cursor=0&limit=50' \
--header 'x-api-key: <api-key>' \
--header 'Authorization: Bearer <token>'{
"results": {
"payments": [
{
"payment_record": {
"id": "93ce3d76-5b99-42fe-8818-6771d988cad3",
"mandate_id": "59aee8b7-bb57-4369-823f-fd9000609e09",
"due_date": "2026-03-05T11:08:22.309Z",
"requested_amount": 3557,
"currency": "TMT",
"expected_pay_date": "2026-02-26T11:08:22.312Z",
"status": "PendingSubmission",
"actual_amount": 17538,
"metadata": null
}
}
],
"paging": {
"limit": 2351,
"has_more": true,
"next_cursor": "a174df6e-8d19-e39d-edd2-0a678f85a358"
}
}
}