PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, November 22, 2022

[FIXED] How to remove Pay later from Paypal Authorize page

 November 22, 2022     paypal, paypal-sandbox     No comments   

Issue

We are trying to integrate paypal checkout into our web app. I can hide the pay later ( credit) and the card option from showing up easily using the query parameter disable-funding=credit,card as indicated here However I still see the options for Pay-later on my Paypal authorize page (https://www.sandbox.paypal.com/webapps/hermes...) (screenshot attached ). How can I disable them from showing up on the authorize page? Thanks in advance.

enter image description here


Solution

You can't. You only control the buttons displayed on your own site.

Once on a PayPal page, the buyer can always use any funding source they might be eligible for. It's between them and PayPal, and it's all kept private by design.

(The receiver of a PayPal payment won't ever know whether the payer used one of the above funding sources, or something else like a bank or card or PayPal balance. It's none of their business.)



Answered By - Preston PHX
Answer Checked By - Gilberto Lyons (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing