Online Payments with Noda:
Your Payments, Our Priority
What is Noda?
Boost your business with Noda
Unleash the Power of Open Banking
27сountries covered
1600+сonnected banks with 30,000+ branches
10integrated networks
What our customers are saying
Tech Friendly
Seamless Integration for Better Payments: Launch in Hours, Not Weeks
curl --request POST \
--url https://api.noda.live/api/payments \
--header 'Accept: application/json, text/json, text/plain' \
--header 'Content-Type: application/*+json' \
--header 'x-api-key: 01e7d75e-0cc2-42ea-a463-f16348e34cdd' \
--data '{
"amount": 1.24,
"currency": "EUR",
"customerId": "CID-012456789-1",
"description": "Order 1234-DS-1234",
"shopId": "d0c3ccd9-162c-497e-808b-e769aea89c58",
"paymentId": "119318-123-test-1423",
"returnUrl": "https://myshop.com/returnurl",
"webhookUrl": "https://myshop.com/hookurl",
}'