v1

latestOpenAPI 3.1.02026-08-04490133.8 KB

Withdraw from a card

post/cards/withdraw

Request body

amountstring required

Enter the amount you want to withdraw

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 withdrawn successfully",
    "balance": 1.02
  },
  "success": true
}