Withdraw fund

This endpoint allows you to unload a Visa or Mastercard card

Withdraw fund

POST https://api.krezypay.com/v1/sandbox/card/withdraw_fund

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

card_id

string

The card identifier

amount

string

The withdrawal amount

Response


{
    "status": "success",
    "transaction_id": "VC383611797554",
    "amount": 3,
    "fees": "0",
    "message": "Transaction completed successfully"
}

See Examples Below

Last updated