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.

PARAMSREQUIRED DATADATA TYPEDESCRIPTIONEXAMPLE
organization_typeYesstringSeller organizationcompany
ip_addressYesint unsignedSeller's ip_address192.168.1.1.0
documentsYesarrayDocumentaion for organization type
(document size is not greater than 3 MB)
Please check request

Servers

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.