# Enable Pay Later messaging on Solidus (/v5/platforms/pay-later/solidus/us)



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:

* Pay in 4 - Eligible US buyers can pay in four interest-free payments for purchases of $30 to $1,500.
* Pay Monthly - Eligible US buyers can pay in 6, 12, or 24 monthly installments for purchases of $199 to $10,000.

## Know before you begin [#know-before-you-begin]

* Before you begin, learn more about [Pay Later offers](/pay-later/overview).
* Before you enable Pay Later messaging, make sure you install and set up GitHub.
* Decide whether to enable messaging using a [PayPal integration](https://github.com/solidusio-contrib/solidus_paypal_commerce_platform) or a [Braintree integration](https://github.com/solidusio/solidus_paypal_braintree).
* Follow the Solidus GitHub integration steps to set up the Solidus PayPal Commerce Platform with PayPal or Braintree.
* US-based consumers are eligible for Pay Later offers across most of our integrations. As a merchant, you're eligible to promote Pay Later offers if you are based in the US with a US-facing website and a one-time payment integration. Promoting Pay Later offers is not available if you're using vaulted payments or subscriptions.

## How it works [#how-it-works]

These are sample checkout pages with Pay Later messaging and button enabled for webpages and mobile devices.

### Pay Later messaging and button on a webpage [#pay-later-messaging-and-button-on-a-webpage]

![Example](https://www.paypalobjects.com/ppdevdocs/img/docs/pay-later/commerce-platforms/solidus/example-web.png)

### Pay Later messaging and button on a mobile device [#pay-later-messaging-and-button-on-a-mobile-device]

![Example](https://www.paypalobjects.com/ppdevdocs/img/docs/pay-later/commerce-platforms/solidus/example-mobile.png)

## Enable and customize the messaging and button [#enable-and-customize-the-messaging-and-button]

To enable the Pay Later messaging and button, choose either a PayPal set up or a Braintree set up.

### PayPal [#paypal]

Messaging is enabled by default. Make sure you already [set up the Solidus PayPal Commerce Platform](https://github.com/solidusio-contrib/solidus_paypal_commerce_platform) using a PayPal integration.

### Braintree [#braintree]

> **Note:** **Note:** Make sure you already [set up the Solidus PayPal Commerce Platform](https://github.com/solidusio/solidus_paypal_braintree) 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:

<div className="pl-[1.625rem]" />

```text lineNumbers
render "spree/shared/paypal_messaging, options: {total: @product.price, placement: "product", currency: 'USD'}"
```

### Step result [#step-result]

Pay Later messaging and button displays on your Solidus store.

## See also [#see-also]

[See the Solidus PayPal documentation page](https://github.com/solidusio-contrib/solidus_paypal_commerce_platform) on GitHub.

[See the Solidus Braintree documentation page](https://github.com/solidusio/solidus_paypal_braintree) on GitHub.

[Return to Commerce Platforms](/v5/pay-later/commerce-platforms/)
