A
Aggregator
The system within NowRamp that compares quotes from multiple payment gateways in real-time, ranks them by rate, fees, and speed, and returns the results to your application. This allows your users to see the best available option for their purchase.AML (Anti-Money Laundering)
Regulations and processes designed to prevent illegal funds from moving through the financial system. Payment gateways handle AML compliance as part of their checkout process.API Key
A unique identifier that authenticates your application with NowRamp. Public Keys (pk_) are safe for frontend use and provide higher rate limits. Secret Keys (sk_) are for backend partner dashboard operations only. The Onramp API is public and doesn’t require an API key.
C
Checkout Intent
A record created when a user selects a quote from a specific gateway and proceeds to payment. The checkout intent contains the checkout URL (iframe or redirect) and an order ID for tracking. See the Onramp API for details.Customer
The end user of your application who is buying or selling cryptocurrency. Identified by anexternalCustomerId that you provide.
G
Gateway
A payment provider in the NowRamp aggregation system. Gateways handle the actual fiat-to-crypto (or crypto-to-fiat) transaction, including payment processing and identity verification. NowRamp compares quotes across all enabled gateways to find the best rate.GeoIP
IP-to-country resolution used by NowRamp to automatically detect a user’s geographic location. This determines which currencies, payment methods, and gateways are available based on regional restrictions. You can override auto-detection by passing acountry parameter.