Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Payment Processing #10

Open
fmorency opened this issue Nov 30, 2023 · 3 comments
Open

Payment Processing #10

fmorency opened this issue Nov 30, 2023 · 3 comments
Assignees

Comments

@fmorency
Copy link
Contributor

fmorency commented Nov 30, 2023

As a user, I need reliable and secure payment processing capabilities to facilitate smooth financial transactions within the platform.

Food for thought
The path of least resistance to get this feature would be to implement a pre-paid gas credit system. This approach strikes a balance between blockchain integration and user experience simplicity versus other alternatives such as subscription model, relayer service, fiat-to-crypto gateway, internal token economy, and service and fee bundles.

Relates #21

@fmorency
Copy link
Contributor Author

fmorency commented Dec 6, 2023

Pre-Paid Gas Credits

  • Gas Credit System: Develop a system where users can buy gas credits in advance with fiat or cryptocurrency. These credits are then used to pay for transaction fees within your platform.
  • Automated Gas Management: Manage gas fees on behalf of users, deducting from their pre-paid credits for each transaction.

@fmorency fmorency self-assigned this Dec 19, 2023
@fmorency
Copy link
Contributor Author

I implemented NOWPayment support in #31. It uses NOWPayment "Invoice" feature with IPN callback.

The basics work.

@fmorency
Copy link
Contributor Author

fmorency commented Jan 3, 2024

NOWPayment is a crypto payment gateway but they also support Fiat/CC processing.

tl;dr: maximum 1% for crypto-to-crypto. 0.5% if no swap required.

  • Credit and debit card & Apple Pay, Google Pay — 3% + 1.5 EUR
  • Other bank payments — 2.5 EUR – 3.5 EUR

A user goes through KYC and pays for the purchase with fiat.

Partner receives fiat and sends crypto (crypto is sent in the currency in which the user has the first wallet in Store Outcome Wallets).

Process the crypto by crediting to Custody or to the user's wallet (to the first wallet specified in Store Outcome Wallets by default).

CC is processed by one of NOWPayment's partner

Minimum order limit: Minimum 6,5€ - Max 15, 000€ for both daily and monthly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant