Author

Topic: Payment Gateway (Read 254 times)

member
Activity: 391
Merit: 13
Sugars.zone | DatingFi - Earn for Posting
January 29, 2024, 02:52:16 AM
#15
Hi Folks,

Looking and reading a lot about payment gateways but I can't find the solution...

The thing is - I'd like to implement crypto payment gateway on my website (USDT only) (pay-in, pay-out, transaction monitor, invoices etc)

Are there any opensource solutions to integrate on websites?

How hard is to code such gateway?

There are a lot private services but I think wallets, seeds, etc will not be in my hands, will it? (I do not know how it works Undecided )

Maybe there are some services that can be recommended ?
Hello xGALx, if you means open source you need check in Github source because in there has many alot crypo payment for website. If you need open-source solutions, a number of available platforms will support USDT and other cryptos. For instance, Check in gihub >> https://github.com/topics/crypto-payment-gateway<< is a crypto payment gateway supporting several cryptocurrencies. It's open-source, meaning you'll have more control over wallets and seeds.

Some point is about open source is level of difficulty to code such a gateway, it highly depends on your skills and familiarity with the blockchain technology, cryptography, and the specific cryptocurrency workflow (here, USDT). If you're unsure, hiring a blockchain developer might be the best approach. If you need simple prosses and I recommend use some additional services, Coinbase Commerce, BitPay, and CoinGate have been rated among the best crypto payment gateway providers.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
January 18, 2024, 06:56:10 AM
#14
Since you mention you only need USDT support, you can use OxygenPay which is open-source, and comes with a dashboard and payment page any everything. It supports only EVM-chain tokens. (I am not affiliated with them.)

The last time I used Coinbase Commerce did not have the option to accept USDT it was not listed on their checkout page. I don't know if they added USDT but they do support other stablecoins like USDC and take note of Coinbase-managed and self-managed accounts if you want to have full control of your wallet create a self-managed account it supports auto-convert but only for USDC, unlike their Coinbase-managed account.

There is a lot better out there than Coinbase Commerce - If you are not from the US, I doubt you'd want to use that service when there are other open source options out there, or developers who might build just as good of a solution so that it can stay in your control.

You should stay away from Coinbase Commerce because knowing the company who controls it, they could flip it to be custodial and KYC-requiring at any time, and hold your funds hostage.

For Bitcoin, there is https://btcpayserver.org/ open source and seems what you are looking for, but we don't have an alternative for Ethereum unfortunately.

That is not true, you can use EthPay for Ethereum payments and it's like BTCPayServer: https://ethpay.vercel.app/

Out of curiosity, has anyone tried to re-create btcpayserver for other alts on Bitcoin's codebase? (I know it would be difficult for non-btc codebase, like evm based)

It's hard, because even if you are running the altcoin nodes on local ports, NBXplorer (the code that powers BTCPayServer) still cannot access the RPC ports of those nodes.
newbie
Activity: 18
Merit: 5
January 17, 2024, 04:41:59 PM
#13
Quote
Cryptomus looks well designed, doesn't look open source though. I will give credit that it looks to accept quite a range of different instruments. Have you used this before personally?

Has anyone else tested this or used this practically?

I didn't use it to accept payment myself, but I used it a few times to pay stuff for a few different services.
legendary
Activity: 1638
Merit: 1036
6.25 ---> 3.125
December 13, 2023, 05:16:36 AM
#12
The last time I used Coinbase Commerce did not have the option to accept USDT it was not listed on their checkout page. I don't know if they added USDT but they do support other stablecoins like USDC and take note of Coinbase-managed and self-managed accounts if you want to have full control of your wallet create a self-managed account it supports auto-convert but only for USDC, unlike their Coinbase-managed account.

There is a lot better out there than Coinbase Commerce - If you are not from the US, I doubt you'd want to use that service when there are other open source options out there, or developers who might build just as good of a solution so that it can stay in your control.

Do you need only USDT or any other coin/tokens? What is your volume?

For Bitcoin, there is https://btcpayserver.org/ open source and seems what you are looking for, but we don't have an alternative for Ethereum unfortunately.

Take a look at https://cryptomus.com/ as well.

Cryptomus looks well designed, doesn't look open source though. I will give credit that it looks to accept quite a range of different instruments. Have you used this before personally?

Has anyone else tested this or used this practically?

This looks some kind of marketing strategy. Ask a question and respond to same question with a website link. Anyways, it is a great thing to see a website which can help deploy a payment gateway .

Which one is the marketing post?

If you are looking for an open source option, the best you will get is ----> https://btcpayserver.org/ and then automate the conversion with each transaction or once every day/week to convert Bitcoin to USDT, or use closed source options in which the fees are either based on a percentage of each transaction or monthly subscriptions.
In general, if you still insist on the open source option, there is ----> https://github.com/zixipay/zixipay.github.io that will provide you with what you are looking for, but I did not find enough reviews for the code

Out of curiosity, has anyone tried to re-create btcpayserver for other alts on Bitcoin's codebase? (I know it would be difficult for non-btc codebase, like evm based)
jr. member
Activity: 58
Merit: 10
December 12, 2023, 08:30:02 PM
#11
blockonomics is very good, and also they deposit directly to your own wallet, plus they have a good API and a few payment gateway plugins already developed too, for most popular applications.
member
Activity: 278
Merit: 25
November 26, 2023, 11:28:08 AM
#10
This looks some kind of marketing strategy. Ask a question and respond to same question with a website link. Anyways, it is a great thing to see a website which can help deploy a payment gateway .
legendary
Activity: 2506
Merit: 3645
Buy/Sell crypto at BestChange
November 26, 2023, 10:57:45 AM
#9
If you are looking for an open source option, the best you will get is ----> https://btcpayserver.org/ and then automate the conversion with each transaction or once every day/week to convert Bitcoin to USDT, or use closed source options in which the fees are either based on a percentage of each transaction or monthly subscriptions.
In general, if you still insist on the open source option, there is ----> https://github.com/zixipay/zixipay.github.io that will provide you with what you are looking for, but I did not find enough reviews for the code
newbie
Activity: 18
Merit: 5
November 26, 2023, 09:53:16 AM
#8
Do you need only USDT or any other coin/tokens? What is your volume?

For Bitcoin, there is https://btcpayserver.org/ open source and seems what you are looking for, but we don't have an alternative for Ethereum unfortunately.

Take a look at https://cryptomus.com/ as well.
newbie
Activity: 3
Merit: 0
November 26, 2023, 07:13:43 AM
#7
Open source? not sure there are some good with everything you mentioned but if you just want a noncustodial option, there's Coinbase commerce. Have you looked into it? You can accept USDT, and I believe they have an API as well, if you want to automatize some things.

Yeah I do.

But Coingates fees are the highest.
And also have country restrictions.

I'd like to offer my services worldwide.

I'm talking about Coinbase Commerce, and not Coingate. I'm guessing you're referring to this list? https://coingate.com/supported-countries

I don't think Coinbase has such limitations. As for the fees, it's a flat 1%. You can read more about it here: https://help.coinbase.com/en/commerce/getting-started/fees

I have 2 challenges with Coinbase:
1) they still do not offer USDT (including many blockchains)
2) Its US company where I need to fulfil additional requirements. Cannot do it atm.

In the case of private gateways, do I only always have access to my wallet or is the seed in the hands of the company?

legendary
Activity: 3234
Merit: 2943
Block halving is coming.
November 25, 2023, 04:30:40 PM
#6
The last time I used Coinbase Commerce did not have the option to accept USDT it was not listed on their checkout page. I don't know if they added USDT but they do support other stablecoins like USDC and take note of Coinbase-managed and self-managed accounts if you want to have full control of your wallet create a self-managed account it supports auto-convert but only for USDC, unlike their Coinbase-managed account.
legendary
Activity: 2954
Merit: 1159
November 25, 2023, 03:00:30 PM
#5

Are there any opensource solutions to integrate on websites?

How hard is to code such gateway?

There are a lot of private services but I think wallets, seeds, etc will not be in my hands, will it? (I do not know how it works Undecided )


First, i would like to know why would you need open-source software for the payment gateway. The gateway will process the payment and it won't be storing the payment for a long duration so i don't think you need an open-source solution for this,

As OmegaStarScream mentioned, Coinbase commerce is the best solution to integrate with your site and you do not need to know how it will work internally. You just need to link to your site and of course it will charge the fee for using their service.

staff
Activity: 3402
Merit: 6065
November 25, 2023, 02:06:59 PM
#4
Open source? not sure there are some good with everything you mentioned but if you just want a noncustodial option, there's Coinbase commerce. Have you looked into it? You can accept USDT, and I believe they have an API as well, if you want to automatize some things.

Yeah I do.

But Coingates fees are the highest.
And also have country restrictions.

I'd like to offer my services worldwide.

I'm talking about Coinbase Commerce, and not Coingate. I'm guessing you're referring to this list? https://coingate.com/supported-countries

I don't think Coinbase has such limitations. As for the fees, it's a flat 1%. You can read more about it here: https://help.coinbase.com/en/commerce/getting-started/fees
newbie
Activity: 3
Merit: 0
November 25, 2023, 01:39:10 PM
#3
Open source? not sure there are some good with everything you mentioned but if you just want a noncustodial option, there's Coinbase commerce. Have you looked into it? You can accept USDT, and I believe they have an API as well, if you want to automatize some things.

Yeah I do.

But Coingates fees are the highest.
And also have country restrictions.

I'd like to offer my services worldwide.
staff
Activity: 3402
Merit: 6065
November 25, 2023, 01:29:21 PM
#2
Open source? not sure there are some good with everything you mentioned but if you just want a noncustodial option, there's Coinbase commerce. Have you looked into it? You can accept USDT, and I believe they have an API as well, if you want to automatize some things.
newbie
Activity: 3
Merit: 0
November 25, 2023, 01:27:03 PM
#1
Hi Folks,

Looking and reading a lot about payment gateways but I can't find the solution...

The thing is - I'd like to implement crypto payment gateway on my website (USDT only) (pay-in, pay-out, transaction monitor, invoices etc)

Are there any opensource solutions to integrate on websites?

How hard is to code such gateway?

There are a lot private services but I think wallets, seeds, etc will not be in my hands, will it? (I do not know how it works Undecided )

Maybe there are some services that can be recommended ?
Jump to: