Request wallet fund

You can utilize this endpoint to create shipping wallet funding request.

This endpoint only works when requesting with your production key

POST https://api.shipbubble.com/v1/shipping/wallet/fund

Body

NameTypeDescription

amount

number

Amount to be funded

Response

{
    "status": "success",
    "message": "Retrieved successfully",
    "data": {
        "payment_url": "https://checkout.paystack.com/un58cepyzok34gj"
    }
}

Last updated