PAY by square is the standardized QR code payment solution developed by the Slovak Banking Association, designed to streamline and secure bank transfers. By encoding all essential payment details, such as IBAN, amount, currency, and references into a single, scannable QR code, it eliminates manual entry errors and speeds up transactions.
Perfect for invoices, retail, donations, and e-commerce in Slovakia and the Czech Republic.
curl -X POST https://api.apistax.io/v1/pay-by-square-qr-code \
-o 'qr-code.png' \
-H 'Authorization: Bearer API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"payments": [
{
"type": "PAYMENT_ORDER",
"accounts": [
{
"iban": "CZ14 2700 0000 0000 0033 3999"
}
],
"recipient": {
"name": "Czech Red Cross Humanity Fund"
}
}
]
}'
APIstax is a collection of REST endpoints to process day-to-day tasks. It comes with a handy dashboard to manage your API keys and a full featured documentation.
APIstax was developed to handle the mundane tasks that come with every SaaS project. It is a collection of secure and reliable APIs for your common business needs.
It is supposed to be the only SDK you need to process your recurring tasks efficiently and quickly. Integrate it in your new or existing SaaS project and start building the fancy stuff!
And your manager will love the benefit of lowering the development costs!
Get startedOne dashboard to complete all tasks. View your used quota and available credits. Manage your API keys and subscription.
Login
APIstax provides a bunch of drop-in and ready-to-use APIs. All available REST endpoints are working with commonly known HTTP methods and JSON.
But there is more to come: We are working continuously on developing more APIs. Usable immediately after release with your subscription at no extra charge.
The first 100 credtis are free! No credit card required! Start using all the APIstax APIs now and save countless hours of development time!