PASAR API
Public docs in EN+VI with API Explorer and sandbox (sb-openapi.zalopay.vn); requests signed HMAC with app_id + key1, callbacks verified with key2. Production requires merchant onboarding. VN-first.
View docs ↗ More Payments APIs# ZaloPay ~ e-wallet and QR payment APIs needs an API key ~ get yours at: # https://docs.zalopay.vn/ curl 'https://openapi.zalopay.vn' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Vietnam API into my app. API: ZaloPay ~ e-wallet and QR payment APIs Provider: ZaloPay (VNG) Auth: requires an API key (sign up: https://docs.zalopay.vn/) Pricing: freemium Base URL: https://openapi.zalopay.vn Important note: Public docs in EN+VI with API Explorer and sandbox (sb-openapi.zalopay.vn); requests signed HMAC with app_id + key1, callbacks verified with key2. Production requires merchant onboarding. VN-first. Source: ZaloPay (VNG) (https://docs.zalopay.vn/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-03 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.