Cannot buy BNB with Torus plugin InitiateTopUp

My ChainSettings look like this:

const web3auth = new Web3AuthNoModal({
clientId,
sessionTime: 3600, // 1 hour in seconds
web3AuthNetwork: “mainnet”,
chainConfig: {
chainNamespace: CHAIN_NAMESPACES.EIP155,
chainId: “0x38”, // hex of 56
rpcTarget: “https://rpc.ankr.com/bsc”,
blockExplorer: “https://bscscan.com/”,
ticker: “BNB”,
tickerName: “BNB”,
},
})

And I’m trying to initiate a TopUp to buy BNB but it keeps saying that the selectedCryptoCurrency is not supported. The thing is that if I change the BNB for ETH, it will redirect me to the provider and once I’m inside the provider I can change the token to BNB so BNB IS actually supported.

Hello @ilyaiesvb,

Kindly refer to this table to view the list of cryptocurrencies that are supported by payment providers.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.