Cryptocurrencies listing

RKFL supports 'N' numbers of cryptocurrencies for crypto wallet payments. A merchant can configure which cryptocurrencies will display on his payment page.

The RKFL supports a faster payment mechanism for a few of the cryptocurrencies. The API returns these cryptocurrencies with a key "fasterConfirmation: true" that helps to display an icon on the UI. At the rocketfuel plugins, RKFL-hosted checkout page, and iFame a "rocket" icon is displayed to indicate the faster payment cryptocurrencies. See the attached screenshot of the idea of showing a "rocket" icon in the cryptocurrency list.

This API returns the merchant's enabled exchanges list, ex: in the below screenshot, the merchant "Hush Puppies" has enabled three exchanges (Coinbase, BinanceUs, and Kraken) to display on his page.

GET /currencies?amount={cart_total}&currency=USD&merchant_id={merchant_id}&include_merchant=1

Only include include_merchant and merchant_id query paramaters if you wish to filter list by selected cryptocurrencies. To select cryptocurrencies, visit the settings page on your portal.

Headers

Name
Type
Description

Authorization*

String

"Bearer" + merchant access token

Content-Type

String

Last updated

Was this helpful?