On this page
No Headings
Last updated: June 4, 2026
Promote PayPal Pay Later offers using messaging and buttons on your Solidus store.
PayPal offers short-term, interest-free payments and other special financing options that buyers can use to buy now and pay later. You get paid upfront at no additional cost unless you are in the US.
Pay Later messaging include the following Pay Later offers which are available to US customers only:
These are sample checkout pages with Pay Later messaging and button enabled for webpages and mobile devices.


To enable the Pay Later messaging and button, choose either a PayPal set up or a Braintree set up.
Messaging is enabled by default. Make sure you already set up the Solidus PayPal Commerce Platform using a PayPal integration.
Note: Make sure you already set up the Solidus PayPal Commerce Platform using a Braintree integration.
PayPal offers messaging that notifies the customer that financing options are available. This component is included in both the cart and checkout pages but is disabled by default. To enable messaging, use the checkout flow and set the PayPal button messaging option to true.
Alternatively, You can include this view partially to enable messaging anywhere on your site, such as the product page:
render "spree/shared/paypal_messaging, options: {total: @product.price, placement: "product", currency: 'USD'}"Pay Later messaging and button displays on your Solidus store.
See the Solidus PayPal documentation page on GitHub.
See the Solidus Braintree documentation page on GitHub.