XF 1.5 Change Paypal Business Logo for User Upgrade

bloh

Active member
When I upgrading to paypal business account, I uploaded a logo, which is too big & it was cropped on paypal checkout page.

Then, I want to change the photo but couldn't find it on Paypal website. I reached out their support, and they said the only way to change logo is through passing the parameters.

So, I wondering how do I achieve that?
 
This is their email reply:

Thank you for contacting PayPal Merchant Technical Services!

If you are using PayPal payment buttons (PayPal Payments Standard), you can set the image_url HTML variable.

https://developer.paypal.com/docs/c...ion-guide/Appx_websitestandard_htmlvariables/

Whereas if you are using Express Checkout, you can call the SetExpressCheckout API operation LOGOIMG NVP field or cpp-logo-image SOAP field to include your company logo.

https://developer.paypal.com/docs/classic/api/merchant/SetExpressCheckout_API_Operation_NVP/

----------------------------------

Yes, previously, there was an option to change it within your account. Horever, that function is removed.

Thus, the only way now to add or change the logo is through passing the parameters.
 
Top Bottom