Does SimpleCart supports paypal express checkout ?
I need to get shipping address from customers which is not supported in standard checkout by paypal.Please suggest any way of doing that without involving backend.
Yes it is possible to use simpleCart for paypal express checkout with their sendform but it requires back end coding. You can send the post data from the cart and use it for express checkout.
Typically you are able to get shipping address from customers with standard checkout. Whenever I have had someone checkout using standard it has always just included their shipping address in the PayPal transaction details.
Is it possible to send shipping address to Paypal Standard?
Related
I am trying to create a website that will allow people to post items for sale and then receive a payment through paypal once the item is purchased. Ideally I would have them link their paypal account to my website, before they post any items, and user would checkout via paypal. This would be a very similar setup to what ebay has with paypal. Can someone point me to what type of integration this is? Also could someone point me to the proper docs? I don't think i'm using the correct terminology so I'm not finding anything. I am a developer so i'm not afraid to code this up. Thanks
If you want to create this kind of integration you will need to make a few user experience decisions first. The flow of Ebay allows a person to link a payment method to their system and upon purchase directs them to an Ebay paypal checkout page that acts as a payment using stored credentials to do a transaction with the Ebay paypal account. Internally Ebay then performs other transactions from their account with other user's registered payment information to mediate the exchange. It is not directly user-to-user. The first question you as a developer need to answer is : Do you want to use the pre-built paypal experience or design your own with paypal integration?
The simplest pre-built experience causes your users to be directed away from your website to paypal where they handle their transactions and then are returned to your site along with a REST payload that informs your site whether a transaction was successful or not.
Another service offered by paypal is called Paypal Payment Advance which allows them to provide you with a template integration on your website which performs the transactions on your domain. To learn more about that, see here.
The custom experience requires you to learn the Paypal developer API and how Paypal operates and stores credentials which can be found here. This option is only if you really want to have complete control of everything and are willing to put in the work. It is also the most difficult option, but gives you the greatest control over the end experience.
I would like to have users within a React Native mobile app where users can post up items and other users can purchase them.
My question is, what would be the best approach to this? More specifically, how can I get a user to send a payment directly to another user? Or does the platform become the middle-man, where it receives the payment from the buyer and the platform sends the payment to the seller?
I have looked into Stripe but I am only seeing how to charge a user directly and the user would make the payment out to me (the platform), but I would like where the user would make a payment directly to another user, preferably through Stripe or any other better methods out there.
Thank you in advance. I will accept and upvote the answer.
Stripe recently launched Stripe Connect to facilitate marketplace payment: https://stripe.com/connect
Stripe has an example ( https://stripe.com/docs/charges ) where I can charge a user, and in return I would be the one receiving the payment. But in React Native, how can one Stripe user send a payment directly to another Stripe user? An example would be extremely helpful.
Will upvote and accept the answer.
Thank you in advance.
You need to use Stripe Connect in order to accept payments on behalf of others. Keep in mind that Stripe is not a money transmission service -- the charges you create must be for the sales of actual goods or services.
The Stripe API doesn't have react-native support today, so to solve that problem you could create a web system like a Payment Gate way to process your transactions, there you can implement everything you need and use the Stripe Docs to guide you.
I have implemented braintree in my project.I have used javascript on client-side and .net on server side.I am using custom form integration to use paypal vault.i have done transaction. The payment is authorised and is submitted for settlement.But now i am unable to capture a successful payment transaction in my controller code.How can i do this?
Full disclosure: I work at Braintree. If you have any further questions, feel free to contact support.
You can use our disbursement webhooks. These will provide you with a list of transaction ids that were disbursed to your merchant account as part of this disbursement. If this does not solve your problem, I suggest you reach out to our support team for more help.
I need one page checkout steps as
Checkout Method
Billing Information
Shipping Information
Shipping Method
Order Review
Payment Information
By default order is
Checkout Method
Billing Information
Shipping Information
Shipping Method
Payment Information
Order Review
I do not want to touch core files. I can do easily with that, but it is safe not to touch core file.
Any Idea
Many Thanks
Don't modify the core files, instead just try to override the onepage checkout. To override one page checkout, you can check this link.
http://www.magentocommerce.com/boards/viewthread/34256/
http://www.magentocommerce.com/wiki/5_-_modules_and_development/checkout/customizing_onepage_checkout_-_remove_shipping_method