POST /v1/external/international/settings/international_kyc
Use this API for your international KYC. This API return your KYC status.
Please check the documentation for the documents for KYC.
PARAMS | REQUIRED DATA | DATA TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|---|
organization_type | Yes | string | Seller organization | company |
ip_address | Yes | int unsigned | Seller's ip_address | 192.168.1.1.0 |
documents | Yes | array | Documentaion for organization type (document size is not greater than 3 MB) | Please check request |
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 |
---|---|---|---|
documents[] |
Array | No | |
documents[].document_name |
String | No | |
documents[].attachment[] |
Array | No | |
documents[].attachment[].extension |
String | No | |
documents[].attachment[].file |
String | No | |
documents[].document_value |
String | No | |
organization_type |
String | No | |
ip_address |
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.