LanoCard

API Documentation

Integrate virtual card creation and management into your application. API access requires a paid plan.

Base URL

https://api.virtualpay.example.com/v1

Authentication

Include your API key in the request header:

Authorization: Bearer YOUR_API_KEY

Endpoints

Method Endpoint Description
GET/cardsList your cards
POST/cardsCreate a card
GET/cards/:idGet card details
PATCH/cards/:idFreeze / unfreeze
POST/cards/:id/topupTop-up card

Example: Create card

curl -X POST https://api.virtualpay.example.com/v1/cards \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"type":"onetime","bin":"537100","amount":50}'

For full API access, subscribe to the API plan from Pricing or your user panel.