POST /v1/external/international/settings/add-bank-details
ThisdocumentationprovidesinformationabouttheBankDetailsAPI,whichallowsyouto
addbankdetailsforinternationalsettings.TheAPIendpoint, parameters, request sample
data, success response , and failed response are outlined below.
PARAMS | REQUIRED | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
bank_account_type | YES | string | ankaccounttype.Mustbe either"saving"or"current". | "saving" |
beneficiary_name | YES | string | Beneficiaryname. Alphabetsandspacesonly | "JohnDoe" |
bank_ifsc_code | YES | string | BankIFSCcode.Must followaspecificpattern | "ABCD0123456" |
bank_account_number | YES | integer | Bankaccountnumber. Shouldbebetween9and 18digits. | 1234567890 |
Servers
- https://apiv2.shiprocket.in
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
bank_account_type |
String | No | |
bank_ifsc_code |
String | No | |
beneficiary_name |
String | No | |
bank_account_number |
String | No |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.