Author

Topic: PayPal Replacement? (Read 2506 times)

jr. member
Activity: 87
Merit: 2
February 16, 2018, 04:06:13 AM
#12
Paypal is really good , but if you don't want to use it ,use perfectmoney.
It's good and effective too.
newbie
Activity: 14
Merit: 0
February 16, 2018, 03:54:22 AM
#11
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 .
hero member
Activity: 868
Merit: 1000
May 11, 2011, 08:49:14 PM
#10
Look into dwolla, but that's most likely just for the us market?
sr. member
Activity: 504
Merit: 252
Elder Crypto God
May 07, 2011, 02:21:20 PM
#9
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? 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.
hero member
Activity: 588
Merit: 500
May 07, 2011, 02:03:24 PM
#8
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? Sample code was also included.
hero member
Activity: 868
Merit: 1000
May 07, 2011, 01:55:35 PM
#7
Dwolla.com if you're in the us.
sr. member
Activity: 504
Merit: 252
Elder Crypto God
May 07, 2011, 01:54:38 PM
#6
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?
sr. member
Activity: 504
Merit: 252
Elder Crypto God
May 06, 2011, 03:53:04 PM
#5
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.
sr. member
Activity: 294
Merit: 250
May 06, 2011, 03:40:23 PM
#4
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:









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:









gives you something like this:



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.
sr. member
Activity: 504
Merit: 252
Elder Crypto God
May 06, 2011, 02:40:14 PM
#3
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.
sr. member
Activity: 406
Merit: 256
May 05, 2011, 02:14:01 PM
#2
Mybitcoin does that stuff, I believe.
sr. member
Activity: 504
Merit: 252
Elder Crypto God
May 05, 2011, 01:54:30 PM
#1
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.
Jump to: