Submit a KYB

Submits the business for a KYB by passing the business id.
Business
Submit a KYB
 last updated: 
November 30, 2023

ENDPOINT

  1. POST /v1/business/:id/kyb

RESPONSE

  1. {
  2.     "id": "kyb-f9e32837-19d8-4f66-923b-18648169a8eb",
  3.     "businessId": "bus-0fc3d3cb-f2bf-407b-8377-77acc57f5ea6",
  4.     "status": "submitted",
  5.     "reviewCode": "",
  6.     "reviewMessage": "",
  7.     "results": {
  8.         "fraud": "notStarted",
  9.         "address": "notStarted",
  10.         "businessName": "notStarted",
  11.         "personName": "notStarted"
  12.     },
  13.     "createdAt": "2021-12-14T23:35:28Z",
  14.     "modifiedAt": "2021-12-15T00:02:17Z"
  15. }

You can re-submit the business for a KYB by passing the business id in this API.