Update Customer KYC

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Purpose

This API helps to update customer(company) KYC. If KYC is rejected for some reason, it should be updated using this API.

Prerequisite

  • The customer's KYC is submitted but rejected for some reason.
Body Params
string

Customer or a Company's Full Name.

  • /^(?:(?=^.*([0-9]|[a-z]|[A-Z]))(([0-9]|[a-z]|[A-Z]))|([0-9]|[a-z]|[A-Z]))/g

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Registration number with which company is registered.

  • /^[A-Za-z0-9/-]+$/
string

Company Registration Date is a date at which company is registered. Supported Date Formats (DD-MM-YYYY/DD MMM YYYY)

string

Country of incorporation for company.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
enum

Industry indicates the type of activity in which company is involved. For eg. Travel, Media, Manufacuring etc

string

Address of company.

  • /^(?:(?=^.*([0-9]|[a-z]|[A-Z]))(([0-9]|[a-z]|[A-Z]))|([0-9]|[a-z]|[A-Z]))/g

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

ZipCode/PinCode for address.

  • /^[A-Za-z0-9]+$/

Shouldn't match:

  • /^[\W_]+$/
string

State in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

District in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

City in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Area in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Street in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Country in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Company/Customer's Mobile number along with country code.

  • <= 15 characters
  • /^(\+\d{1,4}[-. ]?)?(\()?\d{3}(\))?[-. ]?\d{3}[-. ]?\d{3,4}$/
string

Some description of company

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Registered tax identifixation number for company

  • /^[A-Za-z0-9+-]+$/

Shouldn't match:

  • /^[a-z]+$/i

  • /^[\W_]+$/

string

Bank name where company account is.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

number

Account number of company account.

string

Bank Swift code.

  • /^[A-Za-z0-9]+$/

Shouldn't match:

  • /^[\W_]+$/
string

Bank Account Name.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Bank Address.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Intermediary Bank Name where company account is.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Intermediary Bank Swift code.

  • /^[A-Za-z0-9]+$/

Shouldn't match:

  • /^[\W_]+$/
number

Wire Remittance Route Number.

  • <= 20 characters
  • /^\d+$/
number

ACH Routing Number.

  • <= 20 characters
  • /^\d+$/
files
array of files

Customer KYC Documents

string
required

Application Id

string
required

Business Id

Headers
string
Defaults to en-us

Language of the response, supported languages: en-us, in

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json