API Test Keys
Fetch All Instant Settlements With Payout Details
GET/v1/settlements/ondemand/?expand[]=ondemand_payoutsClick to copy
Use this endpoint to retrieve payout details as part of the response for all instant settlements.
Is this page helpful?
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET]\2- X GET \3https://api.razorpay.com/v1/settlements/ondemand?expand[]=ondemand_payouts
Success
Failure
1{2"entity": "collection",3"count": 2,4"items": [5{6"id": "setlod_FNj7g2YS5J67Rz",7"entity": "settlement.ondemand",8"amount_requested": 200000,9"amount_settled": 199410,10"amount_pending": 0,11"amount_reversed": 0,12"fees": 590,13"tax": 90,14"currency": "INR",15"settle_full_balance": false,16"status": "processed",17"description": "Need this to make vendor payments.",18"notes": {19"notes_key_1": "Tea, Earl Grey, Hot",20"notes_key_2": "Tea, Earl Grey, decaf."21},22"created_at": 1596771429,23"ondemand_payouts": {24"entity": "collection",25"count": 1,26"items": [27{28"id": "setlodp_FNj7g2cbvw8ueO",29"entity": "settlement.ondemand_payout",30"initiated_at": 1596771430,31"processed_at": 1596778752,32"reversed_at": null,33"amount": 200000,34"amount_settled": 199410,35"fees": 590,36"tax": 90,37"utr": "022011173948",38"status": "processed",39"created_at": 159677142940}41]42}43},44{45"id": "setlod_FJOp0jOWlalIvt",46"entity": "settlement.ondemand",47"amount_requested": 300000,48"amount_settled": 299114,49"amount_pending": 0,50"amount_reversed": 0,51"fees": 886,52"tax": 136,53"currency": "INR",54"settle_full_balance": false,55"status": "processed",56"description": "Need this to buy stock.",57"notes": {58"notes_key_1": "Tea, Earl Grey, Hot",59"notes_key_2": "Tea, Earl Grey, decaf."60},61"created_at": 1595826576,62"ondemand_payouts": {63"entity": "collection",64"count": 1,65"items": [66{67"id": "setlodp_FJOp0jTqoZdGen",68"entity": "settlement.ondemand_payout",69"initiated_at": 1595826577,70"processed_at": 1595826588,71"reversed_at": null,72"amount": 300000,73"amount_settled": 299114,74"fees": 886,75"tax": 136,76"utr": "020910199316",77"status": "processed",78"created_at": 159582657679}80]81}82}83]84}
Query Parameters
expand[]=ondemand_payouts stringPass this if you want to fetch payout details as part of the response for all instant settlements.
from integerUnix timestamp (in seconds) from when instant settlements are to be retrieved.
to integerUnix timestamp (in seconds) till when instant settlements are to be retrieved.
count integerNumber of instant settlement records to be retrieved.
- Default value: 
10. - Possible values: 
1to100. - This can be used for pagination, in combination with 
skip. 
skip integerNumber of instant settlement records to be skipped.
- Default value: 
0. - This can be used for pagination, in combination with 
count. 
Response Parameters
idstring The unique identifier of the instant settlement transaction. For example, setlod_FNj7g2YS5J67Rz.
entitystring Indicates the type of entity. Here it is settlement.ondemand.
amount_requestedinteger The settlement amount, in paise, requested by you. For example, 200000.
amount_settledinteger Total amount (minus fees and tax), in paise, settled to the bank account. For example, 199410.
amount_pendingintegerPortion of the requested amount, in paise, yet to be settled to you.
amount_reversedintegerPortion of the requested amount, in paise, that was not settled to you. This amount is reversed to your PG current balance.
feesinteger Total amount (fees+tax), in paise, deducted for the instant settlement. For example, 590.
taxinteger Total tax, in paise, charged for the fee component. For example, 90.
currencystring The 3-letter ISO currency code for the settlement. Here it is INR.
settle_full_balancebooleanPossible values:
true: Razorpay will settle the maximum amount possible. Values passed in theamountparameter are ignored.false(default): Razorpay will settle the amount requested in theamountparameter.
statusstringIndicates the state of the instant settlement. Possible values:
created: The instant settlement request has been created.initiated: The instant settlement process has been initiated.partially_processed: The instant settlement is being processed.processed: The instant settlement has been processed and the amount has been transferred to your bank account.reversed: The instant settlement could not be processed for some reason and the amount has been transferred back to your PG balance.
descriptionstring This is a custom note you can pass for the instant settlement for your reference. For example, Need this to make vendor payments..
notesobject Key-value pair that can be used to store additional information about the entity. Maximum 15 key-value pairs, 256 characters (maximum) each. For example, "note_key": "Beam me up Scotty”.
created_atinteger Unix timestamp at which the instant settlement was created. For example, 1596771429.
ondemand_payoutsobjectList of payouts created for the instant settlement.
Show child parameters (3)
Errors
The API {key/secret} provided is invalid.
Error Status: 4xx
The API credentials passed in the API call differ from the ones generated on the Dashboard.
Solution
Fetch All Instant Settlements With Payout Details
GET/v1/settlements/ondemand/?expand[]=ondemand_payoutsClick to copy
Use this endpoint to retrieve payout details as part of the response for all instant settlements.
Is this page helpful?
Query Parameters
expand[]=ondemand_payouts stringPass this if you want to fetch payout details as part of the response for all instant settlements.
from integerUnix timestamp (in seconds) from when instant settlements are to be retrieved.
to integerUnix timestamp (in seconds) till when instant settlements are to be retrieved.
count integerNumber of instant settlement records to be retrieved.
- Default value: 
10. - Possible values: 
1to100. - This can be used for pagination, in combination with 
skip. 
skip integerNumber of instant settlement records to be skipped.
- Default value: 
0. - This can be used for pagination, in combination with 
count. 
Response Parameters
idstring The unique identifier of the instant settlement transaction. For example, setlod_FNj7g2YS5J67Rz.
entitystring Indicates the type of entity. Here it is settlement.ondemand.
amount_requestedinteger The settlement amount, in paise, requested by you. For example, 200000.
amount_settledinteger Total amount (minus fees and tax), in paise, settled to the bank account. For example, 199410.
amount_pendingintegerPortion of the requested amount, in paise, yet to be settled to you.
amount_reversedintegerPortion of the requested amount, in paise, that was not settled to you. This amount is reversed to your PG current balance.
feesinteger Total amount (fees+tax), in paise, deducted for the instant settlement. For example, 590.
taxinteger Total tax, in paise, charged for the fee component. For example, 90.
currencystring The 3-letter ISO currency code for the settlement. Here it is INR.
settle_full_balancebooleanPossible values:
true: Razorpay will settle the maximum amount possible. Values passed in theamountparameter are ignored.false(default): Razorpay will settle the amount requested in theamountparameter.
statusstringIndicates the state of the instant settlement. Possible values:
created: The instant settlement request has been created.initiated: The instant settlement process has been initiated.partially_processed: The instant settlement is being processed.processed: The instant settlement has been processed and the amount has been transferred to your bank account.reversed: The instant settlement could not be processed for some reason and the amount has been transferred back to your PG balance.
descriptionstring This is a custom note you can pass for the instant settlement for your reference. For example, Need this to make vendor payments..
notesobject Key-value pair that can be used to store additional information about the entity. Maximum 15 key-value pairs, 256 characters (maximum) each. For example, "note_key": "Beam me up Scotty”.
created_atinteger Unix timestamp at which the instant settlement was created. For example, 1596771429.
ondemand_payoutsobjectList of payouts created for the instant settlement.
Show child parameters (3)
Errors
The API {key/secret} provided is invalid.
Error Status: 4xx
The API credentials passed in the API call differ from the ones generated on the Dashboard.
Solution
1curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET]\2- X GET \3https://api.razorpay.com/v1/settlements/ondemand?expand[]=ondemand_payouts
Success
Failure
1{2"entity": "collection",3"count": 2,4"items": [5{6"id": "setlod_FNj7g2YS5J67Rz",7"entity": "settlement.ondemand",8"amount_requested": 200000,9"amount_settled": 199410,10"amount_pending": 0,11"amount_reversed": 0,12"fees": 590,13"tax": 90,14"currency": "INR",15"settle_full_balance": false,16"status": "processed",17"description": "Need this to make vendor payments.",18"notes": {19"notes_key_1": "Tea, Earl Grey, Hot",20"notes_key_2": "Tea, Earl Grey, decaf."21},22"created_at": 1596771429,23"ondemand_payouts": {24"entity": "collection",25"count": 1,26"items": [27{28"id": "setlodp_FNj7g2cbvw8ueO",29"entity": "settlement.ondemand_payout",30"initiated_at": 1596771430,31"processed_at": 1596778752,32"reversed_at": null,33"amount": 200000,34"amount_settled": 199410,35"fees": 590,36"tax": 90,37"utr": "022011173948",38"status": "processed",39"created_at": 159677142940}41]42}43},44{45"id": "setlod_FJOp0jOWlalIvt",46"entity": "settlement.ondemand",47"amount_requested": 300000,48"amount_settled": 299114,49"amount_pending": 0,50"amount_reversed": 0,51"fees": 886,52"tax": 136,53"currency": "INR",54"settle_full_balance": false,55"status": "processed",56"description": "Need this to buy stock.",57"notes": {58"notes_key_1": "Tea, Earl Grey, Hot",59"notes_key_2": "Tea, Earl Grey, decaf."60},61"created_at": 1595826576,62"ondemand_payouts": {63"entity": "collection",64"count": 1,65"items": [66{67"id": "setlodp_FJOp0jTqoZdGen",68"entity": "settlement.ondemand_payout",69"initiated_at": 1595826577,70"processed_at": 1595826588,71"reversed_at": null,72"amount": 300000,73"amount_settled": 299114,74"fees": 886,75"tax": 136,76"utr": "020910199316",77"status": "processed",78"created_at": 159582657679}80]81}82}83]84}