Do we have any documentation on how to include our Store logo in the PayPal Chained Adaptive Payment summary screen after it redirects from our Website? I've searched everywhere but no luck!
Asked
Active
Viewed 45 times
1 Answers
0
You have to include a call to SetPaymentOptions after your initial Pay call.
You'll make the Pay call with CREATE as the action instead of Pay or PayPrimary. Then you'll use the PayKey you get back in the SetPaymentOptions call right after that, and redirect to PayPal after SetPaymentOptions is done.

Drew Angell
- 25,968
- 5
- 32
- 51
-
Thanks Andrew. But i had gone through this https://www.tipsandtricks-hq.com/how-to-create-a-paypal-page-style-6280 in my Business PayPal, now i'm able to see my store logo in Payment screen. Bored with Classic look. – Jahir Aug 25 '16 at 00:40
-
Yes, that will work, too. The method I outlined would let you set app specific details where-as what you've done is account specific. – Drew Angell Aug 25 '16 at 01:25