Cashfree
Get Settlements
GET
https://sandbox.cashfree.com/pg/orders/{order_id}/settlements
BODY PARAMS
order_id
string
required
Order identifier present in your system. Alphanumeric and only - and _ allowed.
HEADERS
x-client-id
string
Client app ID
s-client-secret
string
Client Secret key
x-api-version
string
API version to be used
Language
cURL
Node
Ruby
PHP
Python
REQUEST
curl --request GET \
--url https://sandbox.cashfree.com/pg/orders/order_id/settlements \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \