KYB Approval

API that can be used to approve or decline the KYB of a business
Business
KYB Approval
 last updated: 
November 30, 2023

This API can be used to approve or decline the KYB of a business when the KYB status is inReview. The program will need to have operator access granted for the APIs to be available.

ENDPOINT

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

REQUEST

  1. {
  2.   "status": "approved"
  3. }

RESPONSE

  1. {
  2.   "id": "kyb-072bb727-f728-4fc1-b410-c7a0d61255ed",
  3.   "businessId": "bus-e0ee8aad-f1b1-41a5-95e9-34dd162ca6ed",
  4.   "status": "approved",
  5.   "reviewCode": "",
  6.   "reviewMessage": "",
  7.   "results": {
  8.     "fraud": "approved",
  9.     "address": "approved",
  10.     "businessName": "approved",
  11.     "personName": "approved"
  12.   },
  13.   "createdAt": "2022-09-10T02:17:44Z",
  14.   "modifiedAt": "2022-09-10T02:24:00Z"
  15. }