PASAR API
RESTful card and SEPA payments, refunds, payouts and a hosted payment page; API-key auth via HTTP Basic.
View docs ↗ More Payments APIs# Stancer ~ French card & SEPA payment API needs an API key ~ get yours at: # https://www.stancer.com/documentation/fr/api/ curl 'https://api.stancer.com/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a France API into my app. API: Stancer ~ French card & SEPA payment API Provider: Stancer (Groupe Crédit Agricole) Auth: requires an API key (sign up: https://www.stancer.com/documentation/fr/api/) Pricing: paid Base URL: https://api.stancer.com/v1 Important note: RESTful card and SEPA payments, refunds, payouts and a hosted payment page; API-key auth via HTTP Basic. Source: Stancer (Groupe Crédit Agricole) (https://www.stancer.com/documentation/fr/api/) 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.