v1

latestOpenAPI 3.1.02026-07-26590236.8 KB

Fund Card

post/card/fund

Request body

card_idstring required
amountinteger required

Amount should be in subunits, e.g., $1 should be sent as 100.

custom_referencestring

Response

200

messagestring
{"stackTrail":"paths:/card/fund:post:responses:200:content:application/json:schema:properties:meta","oasType":"schema","type":"unknown"}
statusstring

Example response

{
  "data": {
    "id": "3d64f62fb07011ed9e800242ac110002",
    "object_type": "card",
    "card_id": "011b7b78b07011ed9e800242ac110002",
    "account_id": "c74ff868a59911eda9df0242ac110002",
    "account_type": "wallet_account",
    "kind": "deposit",
    "deposit_id": "3d62f628b07011ed9e800242ac110002",
    "type": "credit",
    "description": "Card Funding Deposit",
    "linked_transaction_id": "3d5e67a9b07011ed9e800242ac110002",
    "currency": "USD",
    "amount": 4500,
    "balance_before": 9500,
    "balance_after": 14000,
    "status": "successful",
    "created_at": "2023-02-19T16:12:43Z",
    "updated_at": "2023-02-19T16:12:43Z"
  },
  "message": "Card funding requested successfully",
  "status": "success"
}