Crego APIs
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
APIs DocHome Page
Web Apps
  • Jupiter
  • Venus
  1. APIs Doc
  • Back to home
  • Sample Flow
  • Send Otp
    POST
  • Submit Otp
    POST
  • Create Runner
    POST
  • PAN or GST
    POST
  • Business Info
    POST
  • Shareholders
    POST
  • Business Extraa Info
    POST
  • Business Assest Detail
    POST
  • Applicant List
    GET
  • Submit Application
    POST
  • Set Current Applicant
    POST
  • Document upload
    POST
  • Get Document
    GET
  • Applicant Pan , Aadhaar and Mobile
    POST
  • Applicant Extraa Info
    POST
  • Applicant Bank Details
    POST
  • Signing Form
    POST
  1. APIs Doc

Applicant Bank Details

Developing
preprod
https://preprod.api.crego.io
preprod
https://preprod.api.crego.io
POST
/v1/rego/runners/{runner_id}/execute/
Last modified:2025-03-06 07:08:59

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
runner_id
string 
required
Example:
{{runner_id}}
Body Params application/json
action
string 
required
data
object 
required
bank_details
array [object {7}] 
required
Example
{
    "action": "submit",
    "data": {
        "bank_details": [
            {
                "account_holder_name": "Dale Grady-Schumm",
                "account_number": "33359559",
                "ifsc": "consectetur Duis eiusmod",
                "bank_name": "Geoffrey Gibson",
                "branch_name": "Rosa Nikolaus",
                "tags": [
                    "mandate"
                ],
                "upload": {
                    "document_type": "Bank Statement",
                    "file": "sed non",
                    "password": "ngoB0Xca9oz9A2f"
                }
            }
        ]
    }
}

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 -g --request POST 'https://preprod.api.crego.io/v1/rego/runners/{{runner_id}}/execute/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "action": "submit",
    "data": {
        "bank_details": [
            {
                "account_holder_name": "Dale Grady-Schumm",
                "account_number": "33359559",
                "ifsc": "consectetur Duis eiusmod",
                "bank_name": "Geoffrey Gibson",
                "branch_name": "Rosa Nikolaus",
                "tags": [
                    "mandate"
                ],
                "upload": {
                    "document_type": "Bank Statement",
                    "file": "sed non",
                    "password": "ngoB0Xca9oz9A2f"
                }
            }
        ]
    }
}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
Applicant Extraa Info
Next
Signing Form
Built with