v1

latestOpenAPI 3.1.02026-07-26540161.7 KB

Get Business Information

This API lets you retrieves the unique Identifier of your business and other information such as your email etc.

get/profile/business/me

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Parent business fetched successfully",
  "data": {
    "settings": {
      "feeBearer": "customer",
      "settlementDestination": "wallet",
      "enableWebhook": true,
      "callbackURL": "https://webhook.site/ae8fa38d-7498-898992-22a7293da"
    },
    "status": "enabled",
    "countryCallingCode": "+234",
    "businessTag": 129772,
    "isKYCApproved": true,
    "_id": "64f1c9ef838af8cda0211d9d",
    "name": "Fincra DevRel",
    "businessType": "Fintech",
    "website": "https://fincra.com",
    "email": "devrel@fincra.com",
    "country": "NG",
    "mobile": "08189298928",
    "businessKey": "B-CAu5f1KvobKD",
    "createdAt": "2023-09-01T11:24:31.158Z",
    "updatedAt": "2024-06-19T14:19:07.107Z"
  }
}
All 54 operations