List Statements
List statements API allows partners to get all the available merchant statements for a particular merchant
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Field Name
Type
Description
Required?
curl --location --request GET '<API_HOST>/api/merchant/1cc7b594-b80f-4227-a0fa-299c4c6ce8ab/statements?page=1' \
--header 'Authorization: Basic <API_KEY>'{
"meta": {
"total": 3,
"current_page": 1,
"total_pages": 1
},
"data": [
{
"id": "7a307bdb-6169-4901-b036-226e842caea6",
"date": "May 2024"
},
{
"id": "5d22760d-ccdb-4287-b4ef-4994f968b04f",
"date": "April 2024"
},
{
"id": "a7f6bfb0-1c5a-40df-ae5b-667c9ccf2779",
"date": "March 2024"
}
]
}Last updated