Account API vs PayUs-as-a-Service (PUaaS)
If you need a Development API that's easy to integrate, go with PayUs-as-a-Service (PUaaS).
Account API
Enables users to manage their Vonage API Account by programmable means. More information is available here: <https://developer.nexmo.com/account/overview>.
PayUs-as-a-Service (PUaaS)
A self-hostable API that returns randomized messages for past-due invoices
Account API
- Simple API key authentication
- HTTPS supported
PayUs-as-a-Service (PUaaS)
- No authentication required
- HTTPS supported
- No CORS support
| Feature | Account API | PayUs-as-a-Service (PUaaS) |
|---|---|---|
| Authentication | apiKey | None |
| HTTPS | Yes | Yes |
| CORS | Unknown | No |
When to use which?
PayUs-as-a-Service (PUaaS) is the better choice for quick prototypes and hackathons since it requires no authentication.