Unified Payments Documentation#
Quick start guides and API references for Nuvion's unified payment API.Getting Started#
Quick Links#
Base URL (Sandbox): https://sandbox-acquiring.globalremitfs.com
Base URL (Production): https://acquiring.globalremitfs.com
Overview#
The unified payments API provides a single endpoint for all payment types:The payment flow is determined by the payment_method.type and the enable_3ds flag:| Payment Type | 3DS | Flow |
|---|
| Card | No | Direct payment (immediate result) |
| Card | Yes | Redirect to 3DS challenge page |
| Apple Pay | N/A | Redirect to Apple Pay page |
All redirect-based flows return a challenge_url that you redirect your customer to.Response Flow#
Direct Payment (Non-3DS Card)#
Merchant → POST /v2/payments → Immediate success/failure response
Redirect Payment (3DS, Apple Pay)#
1. Merchant → POST /v2/payments → Get challenge_url
2. Redirect customer → challenge_url → Customer completes auth
3. Nuvion redirects → merchant redirect_url → Payment complete
4. Webhook sent → merchant webhook_url → Payment confirmation
Need Help?#
Check the specific guide for your payment type
Review the Encryption guide if you're getting decryption errors Modified at 2025-11-10 16:54:35