πŸ’³Fund Card

You can use this endpoint to fund a card.

Fund a card

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

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

card_id

string

The card identifier

amount

string

The amount of the recharge

Response


{
    "status": "success",
    "transaction_id": "KR413225538667",
    "amount": 10,
    "fees": "0.20",
    "message": "Transaction completed successfully."
}

See Examples Below

Last updated