Account API vs Alipay Mini Programs (支付宝小程序)
If you need a Development API that's easy to integrate, go with Alipay Mini Programs (支付宝小程序).
Account API
Enables users to manage their Vonage API Account by programmable means. More information is available here: <https://developer.nexmo.com/account/overview>.
Alipay Mini Programs (支付宝小程序)
Alipay's mini program platform — payments, credentials, map, Bluetooth, finance-focused components
Account API
- Simple API key authentication
- HTTPS supported
Alipay Mini Programs (支付宝小程序)
- No authentication required
- HTTPS supported
| Feature | Account API | Alipay Mini Programs (支付宝小程序) |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | Unknown |
When to use which?
Alipay Mini Programs (支付宝小程序) is the better choice for quick prototypes and hackathons since it requires no authentication.