Business Wallet
Authorizations
Query parameters
app_keystringRequired
Body
Fund Wallet Request Structure
amountnumberRequired
amount
payment_numberstringRequired
The payment_number
payment_typestringOptional
The payment_type
Responses
200
Fund Wallet Found
application/json
400
Validation Error
application/json
500
Funding Wallet Failed
post
POST /wallet/fund-wallet HTTP/1.1
Host: test.swooveapi.com
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"amount": 1,
"payment_number": "text",
"payment_type": "text"
}
{
"success": true,
"code": 200,
"message": "Wallet Funded",
"responses": {
"redirect_url": "text"
}
}
Was this helpful?