πŸ“ƒKYB (Know your Business)

POST /bank-pro/kyb

Initiate the KYB session for the company.

Headers

Name
Value

Content-Type

application/json

x-join-key

api_token

join-session-id (optional)

customer_session_id

Params (Query)

Name
Type
Description

email

string

email of the customer client

redirectUrl

string

After the KYB process you will be redirected to this URL

businessName

string

Name of the company

Response

{ 
    "verificationUrl": "https://verify.aiprise.com/?business_onboarding_session_id=xxxx-xxxx-xxxx-xx-xxxxx",
    "customerId" : "cus_f1mlk4sdOfzkjxfBL"
}

Last updated