PASAR API
HMAC-signed JSON API; live use requires a Buckaroo merchant contract.
View docs ↗ More Payments APIs# Buckaroo ~ iDEAL & Dutch payment methods API needs an API key ~ get yours at: # https://docs.buckaroo.io/ curl 'https://checkout.buckaroo.nl/json/Transaction' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Netherlands API into my app. API: Buckaroo ~ iDEAL & Dutch payment methods API Provider: Buckaroo Auth: requires an API key (sign up: https://docs.buckaroo.io/) Pricing: paid Base URL: https://checkout.buckaroo.nl/json/Transaction Important note: HMAC-signed JSON API; live use requires a Buckaroo merchant contract. Source: Buckaroo (https://docs.buckaroo.io/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.