Steps
Allows your merchant account to get paid in a way that works for you using the various options we provide. You can receive funds from anyone, anywhere directly into your wallet through our payment methods that support; mobile
money
, card
and crypto
Steps for receiving money
Create your request data as a JSON
Set the relevant request headers;
a)
Content-Type
:application/json
b)Accept
:application/json
The access token that was generated on the authorization
API
POST
the composed data to the collectionsAPI
.Process the response returned by the
API
In-case the response contains a
payment_url
that is required to complete a transaction, we expect your application to redirect the customer to the paymentURL
As the payment is being processed on our side, any change in payment status will be sent to the respective
webhook URL
of the merchant account.
Last updated