Skip to main content
POST
Fetch by Date
This API allows you to fetch settlement details by date.

Request Body

Responses

200 OK

400 Bad Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
key
string
required

Merchant key, available in dashboard profile section

date
string<date>
required

the date you want to fetch settlements for

pg
string
required

if you want to fetch details of a particular pg. only, please pass it's pg code

offset
string

It specifies the starting point from which to return results

limit
string

It specifies the maximum number of records to return in a response

Response

200