PASAR API
SAMA-licensed Saudi BNPL provider; merchants get a Merchant ID, public key and API token, with a sandbox at api-sandbox.tamara.co.
View docs ↗ More Payments APIs# Tamara ~ Buy Now Pay Later checkout needs an access token ~ get yours at: # https://docs.tamara.co/ curl 'https://api.tamara.co' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Saudi Arabia API into my app. API: Tamara ~ Buy Now Pay Later checkout Provider: Tamara Auth: requires an access token (sign up: https://docs.tamara.co/) Pricing: paid Base URL: https://api.tamara.co Important note: SAMA-licensed Saudi BNPL provider; merchants get a Merchant ID, public key and API token, with a sandbox at api-sandbox.tamara.co. Source: Tamara (https://docs.tamara.co/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs token 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.