PASAR API
Self-serve signup, create an API token in the dashboard, then poll the userapi or receive webhooks on every bank transfer — no gateway fees. Free tier for small volume. Docs Vietnamese-first. VN-first.
View docs ↗ More Banking & finance APIs# SePay ~ bank balance-change webhooks for payment confirmation needs an access token ~ get yours at: # https://docs.sepay.vn/ curl 'https://my.sepay.vn/userapi' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Vietnam API into my app. API: SePay ~ bank balance-change webhooks for payment confirmation Provider: SePay Auth: requires an access token (sign up: https://docs.sepay.vn/) Pricing: freemium Base URL: https://my.sepay.vn/userapi Important note: Self-serve signup, create an API token in the dashboard, then poll the userapi or receive webhooks on every bank transfer — no gateway fees. Free tier for small volume. Docs Vietnamese-first. VN-first. Source: SePay (https://docs.sepay.vn/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs token 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.