Was this helpful?
Fund Wallet Request Structure
amount
The payment_number
The payment_type
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" }
Fund Wallet Found
{ "success": true, "code": 1, "message": "text", "responses": { "redirect_url": "text" } }