Flow of Funds
choose how to get funds; as fiat or crypto
Fiat Settlement
export const getTokenPurchaseData = async ({
tokenId,
}: {
tokenId: string
}) => {
const tokenData = {
tokenId,
amount,
priceInCents,
fiatCurrencyId,
thumbnailPath,
contractAddress,
chain,
title,
description,
abi,
customMintParams: {
amount,
},
}
return tokenData
}Crypto Settlement | Native Currency
Crypto Settlement | ERC20 Tokens
Last updated