PASAR API
Free full sandbox (pg-sandbox.paymaya.com) with published test keys; Basic auth with pk-/sk- key pairs; live keys after Maya Business onboarding, per-transaction fees. PH-first.
View docs ↗ More Payments APIs# Maya Business ~ e-wallet and card payments API needs an API key ~ get yours at: # https://developers.maya.ph curl 'https://pg.maya.ph' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Philippines API into my app. API: Maya Business ~ e-wallet and card payments API Provider: Maya (PayMaya) Auth: requires an API key (sign up: https://developers.maya.ph) Pricing: paid Base URL: https://pg.maya.ph Important note: Free full sandbox (pg-sandbox.paymaya.com) with published test keys; Basic auth with pk-/sk- key pairs; live keys after Maya Business onboarding, per-transaction fees. PH-first. Source: Maya (PayMaya) (https://developers.maya.ph) 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.