- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to disable/hide the PayLater or credit option from PayPal Checkout Option. Why? To simplify the checkout process. For e.g If someone uses pay later "Pay in 4" to buy products from my site, I don't want the customer to get involved in complexities of partial refunds and process refund timelines. I think there should be an option in the Paypal account or merchant business account to disabled Credit Options like Paylater and Pay in 4.
Solved! Go to Solution.
- Labels:
-
Integration Help
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The funding choice is driven by the customer as opposed to the merchant preference, so if that funding source is available to the customer it will show as an option. That being said for the merchant there isn't an impact in regards to refunds etc. and how that's handled, it's seamlessly handled and funding source agnostic.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @Pradeepy09,
Thank you for posting to the PayPal community.
Depending on the integration, for example you can hide/remove the "Pay Later" funding source from the smart button via Javascript SDK by passing the "disable-funding=paylater" as below:
< script src=" https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID & disable-funding=paylater" > < / script >
I request to contact your website developer or support of third party eCommerce to update the SDK script using the above method.
Please refer to the detailed guide link- https://developer.paypal.com/sdk/js/configuration/#link-disablefunding
Thank you very much for your patience and understanding!
Sincerely,
Chiranjeevi
PayPal/Braintree MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The disablefunding attribute will only work to remove the smart button of pay later from my website checkout page. When my buyer clickers on PayPal checkout button, he is redirected to the PayPal gateway the gateway shows pay later option as shown in the screenshot. Can I Remove/Disable these?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The funding choice is driven by the customer as opposed to the merchant preference, so if that funding source is available to the customer it will show as an option. That being said for the merchant there isn't an impact in regards to refunds etc. and how that's handled, it's seamlessly handled and funding source agnostic.

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Is it possible to make payments in RON (Romanian Leu) through PayPal? in REST APIs
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- p is not a function error using the example downloaded from Paypal in SDKs
- How to enable on-demand / recurring payments to existing PayPal checkout? in SDKs
- iDEAL payments being refunded back to customers in PayPal Payments Standard