Initiate Mobile Money Inflow
POST /v1/global-collection/mobile-money/initiate
Trigger a mobile money collection from your customer. This endpoint initiates an inflow request through the supported mobile money flow, prompting the customer to complete the payment on their end.
Request body
The customer’s mobile money phone number.
The customer’s mobile money PIN to authorize the collection.
The URL Nomba will POST to when the transaction status changes. Must be publicly accessible.
The amount to collect from the customer.
ISO 4217 currency code for the collection (e.g.,
CDF).The mobile money network provider (e.g.,
AIRTEL, MPESA).Response body
Unique reference for this collection. Use this with Fetch Collection Transaction to check the status.
Initial status of the inflow request (e.g.,
PENDING).A message describing the outcome.