How do we handle fiat payment?

This is derived from http://forum.flow.com/t/mint-stable-ish-fungible-token-from-nfts/353/5?u=makoto.

When I visit NBATopshot, you have a option to buy each pack through both creditcard and crypto (using coinbase). Is similar fiat on-ramping solution to be provided as part of SDK, or each dapp has to have their own fiat payment solution such as Stripe?

1 Like

Just reached out to some internal team members who have more info on this. We will try to share more info soon.

1 Like

Dapps which integrate with the Flow Client Library (FCL) will have access to all wallets that support Flow (and are also integrated with FCL) and we’re working closely with those partners to get them set-up with fiat on-ramps. So, it should be straight forward for Dapps to access fiat on-ramps through the SDK.

3 Likes

That’s great to know. What happens when chargeback happens?

It’ll depend largely on the service provider but will keep you posted as we know more :slight_smile:

1 Like

@laynelafrance what would be the requirement for the recipient of the fund if I create some sort of marketplace?

When Gitcoin did CLR funding to donate for local businesses, they asked each business to setup Stripe API key.

https://twitter.com/owocki/status/1285981179372400640

Is something similar required for FCL?