π°Add Funds
post
Header parameters
AuthorizationstringRequiredExample:
Secret Token for user authentication
{"value":"Token tk-abcdef-uhhgggggf-yygfff"}Body
amountnumber Β· float Β· min: 1 Β· max: 1000000RequiredExample:
Amount to be charged (minimum 1, maximum 1,000,000, precision: 2 decimal places)
2100call_back_urlstring Β· uriOptionalExample:
Optional callback URL to redirect users after payment
https://digimali.co.zaResponses
200
Payment URL generated successfully
application/json
400
Invalid request parameters or failed to generate payment URL
application/json
500
Internal server error
application/json
post
/api/v1/payment/requestLast updated