Request:
GET https://gateway.noxxo.com/v1/topup/supported-crypto
Responses:
200: OK — List of supported cryptocurrencies - USDT and/or USDC
401: Unauthorized
GET https://gateway.noxxo.com/v1/topup/country-code
Get the list of all countries available for payout via mobile top-up for the user.
200: OK — List of countries
Response data fields:
countryCode
string
supported country identified by country code
countryName
supported country identified by full name
internationalCountryCode
number
international country calling code
numberLength
expected length of mobile number without calling code
GET https://gateway.noxxo.com/v1/topup/carriers
Request Body:
countryCode*
String
country code of selected country
200: OK
Response fields:
carrierId
unique ID of mobile operator/carrier
carrierName
name of mobile operator/carrier
category
"Rtr" specific for mobile top-up
productId
unique ID for product group
operator
shorter name of mobile operator/carrier
denominationType
options "variable" or "fixed" - future reference for amount type of top-up
GET https://gateway.noxxo.com/v1/topup/carriers/plans
carrierName*
name of selected mobile operator
400: Bad Request
POST https://gateway.noxxo.com/v1/topup/quote
skuId*
Number
unique product ID
amount*
mobile top-up amount in USD (base currency)
mobile*
selected mobile number for mobile top-up
cryptoCoin*
selected cryptocurrency from list of supported crypto
fiatCurrency*
fiat currency for quote amount, only USD is supported
operator*
mobile provider / carrier for selected mobile number
partner_userID*
partner's API clientID to reference order to partner
encryptus_userID
unique user ID referencing to user onboarded for QuickRemit
country_code*
country code
201: Created — Quote successfully created
POST https://gateway.noxxo.com/v1/topup/submit-order
quoteID*
ID assigned by the system for the requested quote
201: Created — Order successfully created
GET https://gateway.noxxo.com/v1/topup/order/{orderId}
orderID*
ID assigned by the system for the order
200: OK — Order details displayed
Last updated 5 hours ago