v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Fund a card

post/cards/fund

Request body

amountstring required

Enter the amount you want to fund

cardIdstring required

Enter the cardId of the card you want to fund

currencystring required

Enter the wallet you would like to fund from: USD, UGX, NGN, etc

Response

200

codeinteger
successboolean

Example response

{
  "code": 200,
  "data": {
    "message": "Card funded successfully",
    "balance": 2.02
  },
  "success": true
}