Multigate
  1. 👋 Onboarding
Multigate
  • 🚀 Getting Started
  • 🔓 Authentication
    • Get Token
    • Refresh Token
    • Logout User
    • Reset Password
    • Get Current User Info
  • 👋 Onboarding
    • Create Subclient
      POST
    • Get All Subclients
      GET
    • Get Subclient
      GET
    • Update Subclient
      PATCH
    • Create Subclient Shareholder
      POST
    • Get Subclient Shareholders
      GET
    • Update Subclient Shareholder
      PATCH
    • Upload Subclient Documents
      POST
    • Get Subclient Documents
      GET
    • Delete Subclient
      PATCH
    • Submit Subclient
      POST
  • 💰 Accounts
    • 📄 Statements
      • Get Statement
      • Download statement
    • Create Virtual Account
    • Get Account
    • Get Accounts By
    • Get All Accounts
    • Simulate Inflow (UAT only)
  • 🔃 Conversions
    • Get Quote
    • Lock Rate
    • Get Trade
    • Get All Trades
  • 💸 Payments
    • 🏦 Banks
      • Get Bank Details
    • 👤 Beneficiaries
      • Create Beneficiary
      • Get All Beneficiaries
      • Get Beneficiary
      • Update Beneficiary
      • Validate Beneficiary Account (NGN only)
    • Create Single Transfer
    • Get Purpose Codes
    • Get Transfer Fields & Fees
    • Find Transfers
  • 📩 Webhooks / Push Notifications
    • Add a New Client Configuration
    • Update Client Configuration Current Mode
    • Get Client Configuration
  • 📲 Remittance
    • Initiate Remittance
    • Get Remittance
  1. 👋 Onboarding

Upload Subclient Documents

POST
/client-service/api/v1/clients/{clientId}/sub-clients/{id}/upload-kyc

Request

Path Params

Body Params multipart/form-data

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1/clients//sub-clients//upload-kyc' \
--form 'documentType=""' \
--form 'businessUserId=""' \
--form 'issueDate=""' \
--form 'expiryDate=""' \
--form 'file=@""'

Responses

🟢200OK
application/json
success response
Body

Example
{
    "id": "664",
    "entityId": "NtfQFYYn7lAovbKAcWUzb",
    "createdAt": "2025-05-30T05:15:48.727Z",
    "updatedAt": "2025-05-30T05:15:48.727Z",
    "createdBy": "abc.def@yopmail.com",
    "updatedBy": null,
    "isDeleted": false,
    "documentType": "REGISTRATION_CERTIFICATE",
    "uploadedFiles": [
        "https://boltsendblolb.blob.core.windows.net/others/fbqi6H6XUIGm9L-image%20(8).png?sv=2024-11-04&spr=https%2Chttp&st=2025-05-30T06%3A15%3A48Z&se=2025-05-30T07%3A15%3A48Z&sr=b&sp=r&sig=jwxB%2B3NxN0kTFEK5UWqV4kGYaCrjB6ISoYjWL%2F7D5OY%3D"
    ],
    "description": "registration_certificate",
    "issueDate": null,
    "expiryDate": null,
    "documentNumber": null,
    "documentOwner": "company",
    "approvalStatus": null,
    "mimeType": "image/png",
    "parentType": "subclient",
    "isExpired": false,
    "expiryNotificationSent": false,
    "lastNotificationSentAt": null,
    "expiryStatus": null,
    "comment": null
}
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-05-30 06:36:18
Previous
Update Subclient Shareholder
Next
Get Subclient Documents
Built with