PASAR API
HTTP Basic (key_id:key_secret); FPX, cards, DuitNow, subscriptions; test mode.
View docs ↗ More Payments APIs# Curlec by Razorpay ~ payment gateway & recurring billing needs an API key ~ get yours at: # https://curlec.com/docs/api/ curl 'https://api.razorpay.com/v1' \ -u 'YOUR_KEY_ID:YOUR_KEY_SECRET'
I'm integrating a Malaysia API into my app. API: Curlec by Razorpay ~ payment gateway & recurring billing Provider: Curlec (Razorpay) Auth: requires an API key (sign up: https://curlec.com/docs/api/) Pricing: paid Base URL: https://api.razorpay.com/v1 Important note: HTTP Basic (key_id:key_secret); FPX, cards, DuitNow, subscriptions; test mode. Source: Curlec (Razorpay) (https://curlec.com/docs/api/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Regulated setup Last checked: 2026-06-13 Production caveat: Onboarding, approvals, sandbox/preprod, or compliance steps may be required before production. 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.