π°Add Funds
Use this endpoint to request a payment URL that can be used to add funds to a Merchant Account. Note the reference number, this number must be provided to the DigiMali admin to verify the funds.
An optional Call Back Url can be provided to be routed to after making payment.
This endpoint generates a payment URL for a user to complete a transaction. The request requires an API token in the header and an amount in the request body. Optionally, a callback URL can be provided.
Secret Token for user authentication
{"value":"Token tk-abcdef-uhhgggggf-yygfff"}Amount to be charged (minimum 1, maximum 1,000,000, precision: 2 decimal places)
2100Optional callback URL to redirect users after payment
https://digimali.co.zaPayment URL generated successfully
Invalid request parameters or failed to generate payment URL
Internal server error
Last updated