Multigate
  1. 📩 Webhooks / Push Notifications
Multigate
  • 🚀 Getting Started
  • 🔓 Authentication
    • Get Token
    • Refresh Token
    • Logout User
    • Reset Password
    • Get Current User Info
  • 👋 Onboarding
    • Create Subclient
    • Get All Subclients
    • Get Subclient
    • Update Subclient
    • Create Subclient Shareholder
    • Get Subclient Shareholders
    • Update Subclient Shareholder
    • Upload Subclient Documents
    • Get Subclient Documents
    • Delete Subclient
    • Submit Subclient
  • 💰 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
      POST
    • Update Client Configuration Current Mode
      PATCH
    • Get Client Configuration
      GET
  • 📲 Remittance
    • Initiate Remittance
    • Get Remittance
  1. 📩 Webhooks / Push Notifications

Update Client Configuration Current Mode

PATCH
/client-service/api/v1/{clientId}/client-configurations

Request

Path Params

Query Params

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 PATCH 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1//client-configurations?mode'

Responses

🟢200OK
application/json
success response
Body

Example
{
    "data": {
        "id": 0,
        "entityId": "string",
        "createdAt": "string",
        "updatedAt": "string",
        "createdBy": "string",
        "updatedBy": "string",
        "isDeleted": "string",
        "mode": "live",
        "clientId": "string",
        "callbackUrl": "string",
        "webhookUrl": "string",
        "ipAddresses": [
            "string"
        ]
    }
}
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-02-26 10:01:35
Previous
Add a New Client Configuration
Next
Get Client Configuration
Built with