public.merchant-funding

Get Merchant Funding Instructions

Returns the merchant's funding setup status, permanent NGN collection account, supported crypto wallet addresses, and ngn_settlement_destination. USD_BALANCE converts merchant NGN bank funding into USD; NGN_BALANCE retains it in withdrawal_balance_ngn.

get/v1/merchant/funding

Response

OK

Example response

{
  "data": {
    "crypto_wallet": {
      "addresses": [
        {
          "address": "0x1234",
          "chain": "POLYGON"
        }
      ],
      "wallet_id": "wallet_123"
    },
    "id": "750e8400-e29b-41d4-a716-446655440000",
    "ngn_account": {
      "account_name": "Acme Ltd",
      "account_number": "0123456789",
      "bank_code": "035",
      "bank_name": "Wema Bank"
    },
    "ngn_settlement_destination": "USD_BALANCE",
    "setup_status": "ACTIVE"
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.