PASAR API
Merchant integration requires a Scalapay partner account and a production API key (prefix sp_).
View docs ↗ More Payments APIs# Scalapay ~ buy-now-pay-later checkout needs an API key ~ get yours at: # https://developers.scalapay.com/ curl 'https://api.scalapay.com' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Italy API into my app. API: Scalapay ~ buy-now-pay-later checkout Provider: Scalapay Auth: requires an API key (sign up: https://developers.scalapay.com/) Pricing: paid Base URL: https://api.scalapay.com Important note: Merchant integration requires a Scalapay partner account and a production API key (prefix sp_). Source: Scalapay (https://developers.scalapay.com/) 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.