Online Payments with Noda.
Your Payments, Our Priority
Open Banking Payments
Instant Payment Links
No-code Payment Page
Checkout Form
Card Payments
Know Your Whales
Sign in via Bank
Bank Payouts
Card Payouts
Boost your business with Noda
Unleash the Power
of Open Banking
28
2000
10
What our customers are saying
Seamless Integration for Better Payments: Launch in Hours, Not Weeks
Above 90% acceptance rate
curl--request POST \
--urlhttps://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" ,
}'