Works with
Add Armenian payments to any site or app
If your site or app is your own code, you integrate once against the Paynet REST API and get every method behind it: cards over the ARCA network, Idram, Telcell and ArcaQR. Amounts are whole Armenian dram. Creating a payment is one POST, the buyer goes to a hosted checkout, and the truth about the order is always one GET away. There is a JavaScript SDK when you would rather keep the buyer on your page, inline or in a modal.
How it works
-
Create an API key in the dashboard. It is shown once, so keep it in an environment variable and never in browser code; a test key turns every payment it makes into a sandbox payment.
-
Create the payment on your server: POST /api/v1/payments with the amount in whole dram, your own order id and a return URL on a verified domain.
-
Send the buyer to the checkout_url that comes back, or hand it to the JS SDK to open it inline or as a modal overlay.
-
Confirm the outcome when the buyer returns, by reading GET /api/v1/orders/{order_id}/payment rather than trusting the redirect they arrived with.
-
Verify the webhook, which is the lowercase hex HMAC-SHA256 of the raw body in X-Paynet-Signature, dedupe on the delivery id, answer 200 quickly and read the payment back before you mark the order paid.
What you need
- A server that can hold a secret key and receive an HTTPS callback.
- A domain verified in Paynet: your return, cancel and callback URLs all have to live on it.
- Your own provider credentials for the methods you want to offer, and business verification before live payments.
Paynet charges a flat amount per successful live payment and a small amount per standalone fiscal receipt, with no monthly fee and no percentage cut; your bank or wallet provider bills its own acquiring fee separately. 20 ֏
Questions
Take your first payment today
Create an account, connect the providers you already hold contracts with, and run a full test payment before a single dram moves. Every new account starts with free transactions and free fiscal receipts, and live payments begin once your business is verified.
Create a free accountIdram, Telcell, ARCA, ArcaQR, and the bank and platform names on this page are trademarks of their respective owners; Paynet is an independent payment gateway and is not affiliated with or endorsed by any of them.