API
Plug your platform into ours.
A REST API for distributors and apps that sell e-vouchers at scale: list products, place orders, fetch codes and check your balance, all funded from the same prepaid wallet.
What the API does today
GET /api/v1/pin/balance
Balance
Your wallet balance, daily limit and usage.
GET /api/v1/pin/products
Products
The e-vouchers you can order, at your own pricelist price.
POST /api/v1/pin/order
Order
Order codes in one call. Paid from your wallet, delivered in the response.
GET /api/v1/pin/order/{reference}
Order status
Fetch any order by reference, with masked or full codes.
How you get access
Register as a reseller and get approved. API access is for registered companies, we ask for the commercial registration.
Ask us to enable API access, then generate your key in the portal (My Profile, API Keys).
Test on our staging environment with a test key, then switch to production.
Orders are paid from your wallet at your pricelist price. Codes are masked by default and revealed with the order's request reference.
Built for money
One bearer key per partner, revocable in the portal.
An idempotency key on every order, so a retried request never burns a second code.
Daily and rate limits per partner.
Every order is a sales order in our system, invoiced to your account.
Next on the API
Transfer initiation and status by API is on our roadmap. Tell us your use case.
Documentation and a client library are shared with your key.