PASAR API
Well-known South African SME payments provider; online API uses a secret key and per-transaction pricing, and full features require a Yoco merchant account.
View docs ↗ More Payments APIs# Yoco ~ South African online payments needs credentials ~ get yours at: # https://developer.yoco.com/ curl 'https://payments.yoco.com/api' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a South Africa API into my app. API: Yoco ~ South African online payments Provider: Yoco Auth: requires credentials (sign up: https://developer.yoco.com/) Pricing: paid Base URL: https://payments.yoco.com/api Important note: Well-known South African SME payments provider; online API uses a secret key and per-transaction pricing, and full features require a Yoco merchant account. Source: Yoco (https://developer.yoco.com/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs bearer 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.