Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. Payouts
  • Back to home
  • LMS
  • EMIs
    • List EMI
      GET
    • List Settlements
      GET
    • Restructure
      POST
    • Calculate EMI
      POST
    • Run EOD
      POST
    • Request Tranche
      POST
  • Records
    • Request Approval
      PUT
    • Initiate Excess Payment Refund
      POST
    • Initiate Adjustment for Cashback & Holdback
      POST
    • Get Single Record
      GET
    • Record Listing
      GET
    • Create Record
      POST
    • Mark Processed
      PUT
    • Unmatched
      GET
    • Export record
      PUT
    • Bulk Create Records
      POST
  • Topups
    • List Topups
      GET
    • Unschedule a scheduled topup
      PUT
    • Reinitiate Payout
      POST
    • Check Line Amount
      PUT
    • Create Topup
      POST
    • Update Topup
      PATCH
    • Bulk Topup Create
      POST
    • Re Run Checks
      GET
    • Invoice Parse
      PATCH
  • Accounts
    • Initiate Disbursement
    • Initiate Loan Params
    • Create Account
    • Close Loan Account
    • Refresh Limit
    • Get Loan Params
    • Get Summary
    • Reset RPS
    • Update Loan Params
  • Payouts
    • Retry Failed Payout
      PUT
    • Create Payout
      POST
    • Payout Callback
      POST
    • Process Payout
      PUT
    • Unmatched Payouts
      GET
    • List Payouts
      GET
    • Export Payout for Bank
      PUT
  • Loans
    • Export Cashback
    • Get Emi Amount
    • Get Loan Summary
    • List Loans with Excess Balance
    • Initiate Adjustment
    • Initiate Refund
    • List Loans
  • Line Details
    • Filter Line Details
    • Create
    • Update
    • Get by type
    • Bulk Internal
    • Retrieve
  • Loan Data
    • Create
    • Update
    • Retrieve
  • Fee
    • Get Fee Demands
    • Bulk Create Fee
    • Create Fee
    • List Fee
    • Fee Details
    • Delete Fee
  • Extra Data
    • Update Extra Data
    • List Extra Data
  • Topup Group
    • Create Topup Group
    • List Topup Group
    • Update TopupGroup
  1. Payouts

Process Payout

preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
PUT
/v1/lms/payouts/{id}/mark_processed/
Last modified:2025-02-12 11:20:48

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
id
string 
required
Example:
bb572e48-1d50-4a53-b5ae-37b23855f84f
Body Params application/json
utr
string 
required
processed_at
integer 
required
debit_bank_id
string 
required
debit_bank_account_no
string 
required
Example
{
    "utr": "123123123123123",
    "processed_at": 1693161000,
    "debit_bank_id": "f808a4b5-d281-4988-8261-8c7ac0a8abbc"
}

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/bb572e48-1d50-4a53-b5ae-37b23855f84f/mark_processed/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "utr": "123123123123123",
    "processed_at": 1693161000,
    "debit_bank_id": "f808a4b5-d281-4988-8261-8c7ac0a8abbc"
}'

Responses

🟢200OK
application/json
Body
id
string 
required
created_at
number 
required
updated_at
number 
required
type
string 
required
ref_id
string 
required
numeric_ref_id
string 
required
index
integer 
required
amount
integer 
required
method
string 
required
status
string 
required
payout_service_id
null 
required
processed_at
integer 
required
bank_date
null 
required
date
number 
required
failed_remark
null 
required
utr
string 
required
debit_bank
object 
required
id
string 
required
created_at
number 
required
updated_at
number 
required
account_no
string 
required
tags
array[string]
required
account_holder_name
string 
required
ifsc
string 
required
account_type
string 
required
is_verified
boolean 
required
name_at_bank
null 
required
company
string 
required
credit_bank
object 
required
id
string 
required
ifsc
string 
required
tags
array[string]
required
summary
array[string]
required
bank_name
string 
required
account_no
string 
required
banking_id
string 
required
created_at
number 
required
updated_at
number 
required
branch_name
string 
required
is_verified
boolean 
required
program_ids
array[string]
required
account_type
string 
required
account_holder_name
string 
required
payout_to
string 
required
is_downloaded
boolean 
required
is_imported
boolean 
required
sent_to_gl
boolean 
required
account
string 
required
topup
null 
required
loan
string 
required
record
null 
required
transaction
null 
required
Example
{
    "id": "string",
    "created_at": 0,
    "updated_at": 0,
    "type": "string",
    "ref_id": "string",
    "numeric_ref_id": "string",
    "index": 0,
    "amount": 0,
    "method": "string",
    "status": "string",
    "payout_service_id": null,
    "processed_at": 0,
    "bank_date": null,
    "date": 0,
    "failed_remark": null,
    "utr": "string",
    "debit_bank": {
        "id": "string",
        "created_at": 0,
        "updated_at": 0,
        "account_no": "string",
        "tags": [
            "string"
        ],
        "account_holder_name": "string",
        "ifsc": "string",
        "account_type": "string",
        "is_verified": true,
        "name_at_bank": null,
        "company": "string"
    },
    "credit_bank": {
        "id": "string",
        "ifsc": "string",
        "tags": [
            "string"
        ],
        "summary": [
            "string"
        ],
        "bank_name": "string",
        "account_no": "string",
        "banking_id": "string",
        "created_at": 0,
        "updated_at": 0,
        "branch_name": "string",
        "is_verified": true,
        "program_ids": [
            "string"
        ],
        "account_type": "string",
        "account_holder_name": "string"
    },
    "payout_to": "string",
    "is_downloaded": true,
    "is_imported": true,
    "sent_to_gl": true,
    "account": "string",
    "topup": null,
    "loan": "string",
    "record": null,
    "transaction": null
}
Previous
Payout Callback
Next
Unmatched Payouts
Built with