Title: PayPal Replacement? Post by: NghtRppr on May 05, 2011, 05:54:30 PM Is there any service that exists that does what PayPal does right i.e. provides a payment API, transaction notifications, cart integration, "buy now" buttons and also keeps the BTC pegged to USD/SEK/whatever at current market prices?
I've searched around but I've had no luck. Title: Re: PayPal Replacement? Post by: Garrett Burgwardt on May 05, 2011, 06:14:01 PM Mybitcoin does that stuff, I believe.
Title: Re: PayPal Replacement? Post by: NghtRppr on May 06, 2011, 06:40:14 PM I'm not having much luck using their service. I'm not getting a response to my questions and there's no documentation on using the payment links. I need to have the customer's email address passed along to me with the call to the successful payment URL but I don't see how that can be done.
Title: Re: PayPal Replacement? Post by: BitterTea on May 06, 2011, 07:40:23 PM There's a way you can kind of hack some information into a payment button, but it's sort of ugly.
First, go to this page: https://www.mybitcoin.com/login/merchant-tools.php Enter an amount, and choose U.S. dollars. This allows MyBitcoin to handle the exchange rate. Enter anything in the "payment note" field. uncheck the "encrypt URI" option. Creating the button now gives you the following code: Code: <form action="https://www.mybitcoin.com/sci/paypage.php" method="post" target="_blank"> Now, you can do a couple of different things. Any of those input type="hidden" fields can be changed to a text box, so the user can enter a value. Alternatively, you keep those values hidden but dynamically fill them from some source, like a database. A simple example... Code: <form action="https://www.mybitcoin.com/sci/paypage.php" method="post" target="_blank"> gives you something like this: https://i.imgur.com/gyNcO.png edit... I'm actually not sure what information MyBitcoin posts back to the success_url, but I assume it has the "note" data in it. Title: Re: PayPal Replacement? Post by: NghtRppr on May 06, 2011, 07:53:04 PM The problem with that is that now anyone can see the successful payment URL. I know I can block access based on IP but I'm not too crazy about exposing my backend to my customers (that sounded dirty).
Thanks for your help though. I'll see if I can make this work. Title: Re: PayPal Replacement? Post by: NghtRppr on May 07, 2011, 05:54:38 PM Alright, after some testing, it turns out that the "Payment Success URL" is really just a URL that the user is redirected to after payment. I thought it was a URL that would be called by the mybitcoin.com server to inform my system of a successful payment. This doesn't work for me since I need a URL to be called that informs me of a successful payment by the mybitcoin.com server so that I can add my customer to the database.
Is there any other service that does this? Title: Re: PayPal Replacement? Post by: Herodes on May 07, 2011, 05:55:35 PM Dwolla.com if you're in the us.
Title: Re: PayPal Replacement? Post by: error on May 07, 2011, 06:03:24 PM Alright, after some testing, it turns out that the "Payment Success URL" is really just a URL that the user is redirected to after payment. I thought it was a URL that would be called by the mybitcoin.com server to inform my system of a successful payment. This doesn't work for me since I need a URL to be called that informs me of a successful payment by the mybitcoin.com server so that I can add my customer to the database. Is there any other service that does this? MyBitcoin is perfectly capable of doing this; you just have to actually set it up. Didn't you see the SCI Payment Automation Key and SCI Receipt URL (https://www.mybitcoin.com/login/merchant-tools.php)? Sample code was also included. Title: Re: PayPal Replacement? Post by: NghtRppr on May 07, 2011, 06:21:20 PM MyBitcoin is perfectly capable of doing this; you just have to actually set it up. Didn't you see the SCI Payment Automation Key and SCI Receipt URL (https://www.mybitcoin.com/login/merchant-tools.php)? Sample code was also included. Yes I did see that, downloaded it and read the README but there's little explanation given so I just thought that was for using a shopping cart, which I don't need. I'll check it out again. Thanks. By the way, do you know if the interface will pass the payment note, etc to the URL? The lack of documentation really makes this a guessing game. Title: Re: PayPal Replacement? Post by: Herodes on May 12, 2011, 12:49:14 AM Look into dwolla, but that's most likely just for the us market?
Title: Re: PayPal Replacement? Post by: Touristtoken on February 16, 2018, 07:54:22 AM Is there any service that exists that does what PayPal does right i.e. provides a payment API, transaction notifications, cart integration, "buy now" buttons and also keeps the BTC pegged to USD/SEK/whatever at current market prices? I've searched around but I've had no luck. Hello Payza does this and it is a great option. Btc remains at USD price when received . Title: Re: PayPal Replacement? Post by: alisaadat60 on February 16, 2018, 08:06:13 AM Paypal is really good , but if you don't want to use it ,use perfectmoney.
It's good and effective too. |