Initiate Customer KYC

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

Purpose

This API helps to create customer(company) KYC. To know the required documents for the entered country, Please use "Get Document Types" API.

Prerequisite

  • The customer's eligibility check has been done and the In-principle limit should be assigned to the customer.
  • Application Id should be valid.
Body Params
string
required

Customer reference number

string
required

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
required

Email address of Customer/company which is used for login to B2B PayLater portal.

  • Email address which was used to check eligibility and initiate application.

  • Should be valid email.

string
required

Registration number with which company is registered.

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

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

string
required

Country of incorporation for company.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
enum
required

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

string
required

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
required

ZipCode/PinCode for address.

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

Shouldn't match:

  • /^[\W_]+$/
string
required

State in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
required

District in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
required

City in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
required

Area in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string

Street in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
required

Country in which company is located.

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
required

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

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

Some description of company

Shouldn't match:

  • /^\d+$/

  • /^[\W_]+$/

string
required

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_]+$/
string

Wire Remittance Route Number.

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

ACH Routing Number.

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

Customer KYC Documents

string
required

Application 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