Question About PayPal Code

Status
This thread has been locked.

polarline

Premium
Feedback score
46
Posts
835
Reactions
157
Resources
20
Hello. I have been looking for a while, but I cannot seem to find what I am looking for. As most of you know, the website sellfy.com makes 5% of all purchases. I was wondering what code the use to do this. Please help me.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

1amDev

Designer & Developer
Supreme
Feedback score
30
Posts
511
Reactions
844
Resources
0
Hello. I have been looking for a while, but I cannot seem to find what I am looking for. As most of you know, the website sellfy.com makes 5% of all purchases. I was wondering what code the use to do this. Please help me.
Would imagine you would need to use PayPal's API and do a little math on the payments to split it into two accounts possibly? I haven't had a lot of experience with the PayPal API yet (I have some plans to get some more experience with it soon) and it's pretty extensive. Have a look - https://developer.paypal.com/docs/api/

Best regards,
Michael // 1amDev
https://1amDev.com
 

TheLightDev

User Interface Designer
Supreme
Feedback score
4
Posts
326
Reactions
182
Resources
0
Hello. I have been looking for a while, but I cannot seem to find what I am looking for. As most of you know, the website sellfy.com makes 5% of all purchases. I was wondering what code the use to do this. Please help me.
I would highly suggest going with https://stripe.com/ it is a new and updated version of paypal and easy to use api it is getting known out in the real world lots of apps use it as some of them being Lyft, facebook, and shopify.

Find all of the apps being used by stripe here > https://stripe.com/gallery

Thank You, and have a nice day!

TheLightDev
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
I would highly suggest going with https://stripe.com/ it is a new and updated version of paypal and easy to use api it is getting known out in the real world lots of apps use it as some of them being Lyft, facebook, and shopify.

Find all of the apps being used by stripe here > https://stripe.com/gallery

Thank You, and have a nice day!

TheLightDev
Stripe isn't a "new and updated version of paypal". It's a different service that is setup (as far as I know) only for credit card payments. It is not a replacement for PayPal. Please be aware when building applications that you should probably include PayPal if you're looking at Stripe. PayPal first, then Stripe (unless you only want to accept credit card payments).

@OP - I imagine that users would pay for the product into, for example, [email protected] - and then they would calculate 5% ($amount*0.05) and use PayPal's MassPay API/other to pass on the other 95%.
 

TheLightDev

User Interface Designer
Supreme
Feedback score
4
Posts
326
Reactions
182
Resources
0
Stripe isn't a "new and updated version of paypal". It's a different service that is setup (as far as I know) only for credit card payments. It is not a replacement for PayPal. Please be aware when building applications that you should probably include PayPal if you're looking at Stripe. PayPal first, then Stripe (unless you only want to accept credit card payments).

@OP - I imagine that users would pay for the product into, for example, [email protected] - and then they would calculate 5% ($amount*0.05) and use PayPal's MassPay API/other to pass on the other 95%.
But I just dont like how paypal redirects you to a whole new page xD
 

Samuel

The most serious person ever.
Supreme
Feedback score
33
Posts
2,210
Reactions
1,572
Resources
0
But I just dont like how paypal redirects you to a whole new page xD
Stripe is lovely, but just not a replacement for PayPal. There's also Braintree @OP - if you're interested in a thing similar to Stripe. It's run by PayPal, but not quite as good as Stripe as far as I can tell.
 
Status
This thread has been locked.
Top