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/jsonb)Accept:application/jsonThe access token that was generated on the authorization
APIPOSTthe composed data to the collectionsAPI.Process the response returned by the
APIIn-case the response contains a
payment_urlthat is required to complete a transaction, we expect your application to redirect the customer to the paymentURLAs the payment is being processed on our side, any change in payment status will be sent to the respective
webhook URLof the merchant account.
Last updated