- EMIs
- Records
- Topups
- Accounts
- Payouts
- Loans
- Line Details
- Loan Data
- Fee
- Extra Data
- Topup Group
Retry Failed Payout
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/lms/payouts/{id}/retry/
Last modified:2024-12-12 11:44:27
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
id
stringÂ
required
Body Params application/json
credit_bank
objectÂ
required
id
stringÂ
required
ifsc
stringÂ
required
account_no
stringÂ
required
account_type
stringÂ
required
name_at_bank
nullÂ
required
account_holder_name
stringÂ
required
debit_bank
objectÂ
required
id
stringÂ
required
ifsc
stringÂ
required
account_no
stringÂ
required
account_type
stringÂ
required
name_at_bank
nullÂ
required
account_holder_name
stringÂ
required
Example
{
"credit_bank": {"id": "d75f0fcd-afad-4711-b750-cad4e0c74e50", "ifsc": "SBIN0009942", "tags": [], "company": "026abfac-6e82-4cee-819b-67c5a3fe0869", "account_no": "999988887777", "created_at": 1714409756.1833475, "updated_at": 1714409773.8071494, "is_verified": false, "account_type": "current", "name_at_bank": null, "account_holder_name": "JT Pvt Ltd"},
"debit_bank": {"id": "4dd2cc97-053d-47ff-8758-acb61840218b", "ifsc": "CNRB0003976", "tags": [], "company": "5c6884c5-2942-4260-8655-9c1c487d9045", "account_no": "1234567890", "created_at": 1714409907.538848, "updated_at": 1714409907.5623617, "is_verified": false, "account_type": "current", "name_at_bank": null, "account_holder_name": "Caspian Pvt Ltd (Disbursement)"}
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://preprod.api.crego.io/v1/lms/payouts//retry/' \
--header 'Content-Type: application/json' \
--data-raw '{
"credit_bank": {"id": "d75f0fcd-afad-4711-b750-cad4e0c74e50", "ifsc": "SBIN0009942", "tags": [], "company": "026abfac-6e82-4cee-819b-67c5a3fe0869", "account_no": "999988887777", "created_at": 1714409756.1833475, "updated_at": 1714409773.8071494, "is_verified": false, "account_type": "current", "name_at_bank": null, "account_holder_name": "JT Pvt Ltd"},
"debit_bank": {"id": "4dd2cc97-053d-47ff-8758-acb61840218b", "ifsc": "CNRB0003976", "tags": [], "company": "5c6884c5-2942-4260-8655-9c1c487d9045", "account_no": "1234567890", "created_at": 1714409907.538848, "updated_at": 1714409907.5623617, "is_verified": false, "account_type": "current", "name_at_bank": null, "account_holder_name": "Caspian Pvt Ltd (Disbursement)"}
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}