com.ali.nowpayments.aix (106.4 KB)
You can try It
Nowpayments
Extension component for NOWPayments crypto payment gateway. Accept 300+ cryptocurrencies in your app. Built with <3 and Rush.
Events
GotResponse
Event triggered when an API call succeeds
Parameters
Parameter | Type |
---|---|
method | text |
response | text |
ErrorResponse
Event triggered when an API call fails
Parameters
Parameter | Type |
---|---|
method | text |
errorMessage | text |
Methods
GetAPIStatus
Check the status of NOWPayments API
EstimatePrice
Estimate the amount of cryptocurrency for a given fiat amount
Parameters
Parameter | Type |
---|---|
amount | text |
currencyFrom | text |
currencyTo | text |
GetCurrencies
Get list of supported currencies
GetMinimumPaymentAmount
Get minimum payment amount for a specific currency
Parameters
Parameter | Type |
---|---|
currency | text |
CreatePayment
Create a new payment
Parameters
Parameter | Type |
---|---|
priceAmount | text |
priceCurrency | text |
payCurrency | text |
orderId | text |
orderDescription | text |
ipnCallbackUrl | text |
successUrl | text |
cancelUrl | text |
GetPaymentStatus
Get status of a payment by its ID
Parameters
Parameter | Type |
---|---|
paymentId | text |
Properties
ApiKey
Get your NOWPayments API key
SandboxMode
Check if sandbox mode is enabled
ApiKey
Set your NOWPayments API key
ApiKey
Get your NOWPayments API key
SandboxMode
Enable or disable sandbox mode for testing
SandboxMode
Check if sandbox mode is enabled