Settlements

Transaction Settlement API

Environment Urls

Sandbox: https://devbox.paydestal.com/settlement
Prod:    https://api.paydestal.com/settlement

GET Settlement List

curl --location 'https://devbox.paydestal.com/settlement/api/v1/settlements' \
--header 'Authorization: Bearer {your client secret key}'

Request Params

  curl --location 'https://devbox.paydestal.com/settlement/api/v1/settlements?clearanceStartDate=2024-06-01&clearanceEndDate=2024-06-23' \
  --header 'Authorization: Bearer {your client secret key}' 
Name
Type
Description

clearanceStartDate

Date

Format: YYYY-MM-DD e.g 2024-06-19

clearanceEndDate

Date

Format: YYYY-MM-DD e.g 2024-06-20

reference

String

Merchant Reference or Paydestal Reference

page

Int

e.g page=1

pageSize

Int

e.g pageSize=30

GET List Settlement in Settlement Batch Get all settled transactions by settlement batch reference API

Last updated