Skip to main content

Initiate a wallet topup

POST 

/v1/partners/wallet/init-topup

This endpoint allows you to initiate a topup. The response will contain a redirect url to the payment gateway.

Request

Body

The request body to be sent with this request

    amount numberrequired

    The amount to be topped up

    currency stringrequired

    The currency of the amount. You should already have a wallet for this currency

Responses

OK

Schema
    payment_link string

    The payment link to be used to make the payment

Loading...