PASAR API
Popular Saudi-focused gateway using HTTP Basic auth with a secret key; per-transaction pricing and requires a Saudi merchant account.
View docs ↗ More Payments APIs# Moyasar ~ Saudi payments (mada, Apple Pay, STC Pay) needs an API key ~ get yours at: # https://docs.moyasar.com/ curl 'https://api.moyasar.com/v1' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Saudi Arabia API into my app. API: Moyasar ~ Saudi payments (mada, Apple Pay, STC Pay) Provider: Moyasar Auth: requires an API key (sign up: https://docs.moyasar.com/) Pricing: paid Base URL: https://api.moyasar.com/v1 Important note: Popular Saudi-focused gateway using HTTP Basic auth with a secret key; per-transaction pricing and requires a Saudi merchant account. Source: Moyasar (https://docs.moyasar.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.