power of technology
Open Banking Transforms Payment Systems
variety of options
Partnerships Available
How it works
Choose Your Perfect Partnership
27
6
7
Detailed Monitoring & Reporting
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",
}'