Skip to main content
POST
Initiate Collection

Authorizations

x-api-key
string
header
required

Body

application/json
currency
string
required

Currency code (e.g., MWK, RWF, KES).

Example:

"MWK"

country
string
required

Country code (e.g., MW, RW, KE).

Example:

"MW"

amount
number
required
Example:

100

mobile
object
required
paymentMethod
enum<string>
required
Available options:
MOBILE_MONEY
Example:

"MOBILE_MONEY"

Response

200 - application/json

Funding transaction initiated successfully.

status
string
required
Example:

"success"

message
string
required
Example:

"Operation completed successfully."

data
object

The payload of the successful response.