Comments on: PayPal Express Checkout Integration in PHP https://www.codexworld.com/paypal-express-checkout-integration-in-php/ Web & Mobile App Development Company Wed, 09 Apr 2025 14:24:42 +0000 hourly 1 By: Enrico https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-196650 Sun, 07 Aug 2022 12:54:36 +0000 https://www.codexworld.com/?p=3361#comment-196650 Hello, first of all thanks for the script.

What can I do so that the item name is then on the Paypal invoice?

I would also like to specify shipping fees and then calculate the purchase price from the price and the shipping fees. How can I pass this on to PayPal?

]]>
By: Ramsy https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-154652 Tue, 19 Oct 2021 06:19:30 +0000 https://www.codexworld.com/?p=3361#comment-154652 Hi There,

I liked the video and instructions to set this up using V1 setup a test ALL good:

“public $paypalURL = PAYPAL_SANDBOX?’https://api.sandbox.paypal.com/v1/’:’https://api.paypal.com/v1/’; )”

I would like to implement the solution but using the V2, do you have a working sample of how to do that?

This would be very useful.

Thanks in advance
Ramsy

]]>
By: Al McKay https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-141365 Thu, 27 May 2021 14:49:16 +0000 https://www.codexworld.com/?p=3361#comment-141365 Love this product. Glad I purchased the membership. I have it fully working but would like to send/receive my invoice number to/from PayPal. Do you know how I would be able to add this element?

]]>
By: Ramakanth Rapaka https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-124037 Sat, 26 Sep 2020 12:46:04 +0000 https://www.codexworld.com/?p=3361#comment-124037 payment: function (data, actions) {
return actions.payment.create({
transactions: [{
amount: {
total: $(“#amount”).val(),
currency: ‘AUD’
},
description: $(“#email”).val(),
custom: $(“#booking_id”).val()
}]
});
},

]]>
By: Sam https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-112721 Fri, 08 May 2020 07:41:10 +0000 https://www.codexworld.com/?p=3361#comment-112721 Can we send custom values and print in order details of paypal

]]>
By: CodexWorld https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-91983 Thu, 22 Aug 2019 19:02:39 +0000 https://www.codexworld.com/?p=3361#comment-91983 In reply to liz keul.

See this tutorial – https://www.codexworld.com/paypal-standard-add-to-cart-multiple-items-php/

]]>
By: liz keul https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-91927 Wed, 21 Aug 2019 22:56:09 +0000 https://www.codexworld.com/?p=3361#comment-91927 Thanks Codexworld. I’ve tried it and it is working fine. This is what I wanted for a project I am working on. But how can I change it to send multiple items for checkout?

]]>
By: neha https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-90426 Fri, 26 Jul 2019 10:31:04 +0000 https://www.codexworld.com/?p=3361#comment-90426 how to implement this for subscription

]]>
By: Pedro https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-85999 Wed, 22 May 2019 16:35:04 +0000 https://www.codexworld.com/?p=3361#comment-85999 Hi, this content help me, in my work job, thanks!

]]>
By: Mashfiq https://www.codexworld.com/paypal-express-checkout-integration-in-php/comment-page-1/#comment-76447 Sat, 26 Jan 2019 20:45:23 +0000 https://www.codexworld.com/?p=3361#comment-76447 Thanks Bro! It was really helpful for me.

I was developing and wp plugin. It was helpful for me.

]]>