Cards
See Cards
for the full conceptual guide. This page is the flat endpoint index.
Authenticated by session — and a different product surface
Cards are authorized by a signed-in user session, the same as every resource on this reference except the developer probe — see Authentication. Note this is the personal/consumer card-issuing surface, not a merchant sub-resource; paths below are relative to https://binkpay.net/api/v1.
/api/v1/cardsIssue a card immediately (requires KYC).
/api/v1/cards/requestCreate a pending card application routed through approvals.
/api/v1/cardsList cards.
/api/v1/cards/:id/statusFreeze, unfreeze, or close.
/api/v1/cards/:id/limitAdjust spend limit.
/api/v1/cards/:id/replaceIssue a replacement (lost/stolen/expired).
/api/v1/cards/:id/reveal/request-otpRequest the OTP needed to reveal PAN/CVV.
/api/v1/cards/:id/revealReveal full PAN/CVV using the OTP.
/api/v1/cards/:id/walletIsolated card wallet's balance.
/api/v1/cards/:id/fundMove funds into the card wallet.
/api/v1/cards/:id/withdrawMove funds back out.
/api/v1/cards/:id/funding-historyFunding ledger for the card.
/api/v1/cards/:id/paymentsThe card's transaction history.
/api/v1/cards/:id/controlsMerchant-category and geo controls.
Issue parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| currency | string | Required | Card settlement currency. |
| category | string | Required | Card purpose — drives default limits and wallet isolation. |
Related resources
- Cards — the conceptual guide this page is the flat endpoint index for.
Was this page helpful?
