Account API vs WeChat Pay (微信支付)
If you need a Finance API that's easy to integrate, go with WeChat Pay (微信支付).
Account API
This API is used for the classic integration. If you are just starting your implementation, refer to our [new integration guide](https://docs.adyen.com/marketplaces-and-platforms) instead. The Acc...
WeChat Pay (微信支付)
Tencent's mobile payment API — QR code, in-app, H5, mini program payments. v3 API with full REST + SDKs
Account API
- Simple API key authentication
- HTTPS supported
WeChat Pay (微信支付)
- No authentication required
- HTTPS supported
| Feature | Account API | WeChat Pay (微信支付) |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | Unknown |
When to use which?
WeChat Pay (微信支付) is the better choice for quick prototypes and hackathons since it requires no authentication.