> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/add-on-features/create-payment-term-for-your-b2b-customers/customize-payment-term-button.md).

# Customize Payment term button

## Design the button

{% stepper %}
{% step %}

### Open Payment term settings

From the app, click **Payment term > Setup payment term**, then click **Settings**.
{% endstep %}

{% step %}

### Enable the button

Under **Pay Later settings**, enable **Enable Pay Later button**.
{% endstep %}

{% step %}

### Choose its style

Under **Button style**, tick **Same style as checkout button** to match your theme's checkout button automatically.

To use different colors instead, untick it to reveal **Background color button**, **Text color button**, **Border**, and **Font size** settings.

<figure><img src="/files/6B27Cgh90PdwwbqGV9cd" alt=""><figcaption></figcaption></figure>

For further customization, use the **Custom CSS** box (developer zone). Check the **Preview** panel to see your changes live.
{% endstep %}

{% step %}

### Save

Click **Save**.
{% endstep %}
{% endstepper %}

## Edit the button text and add translations

You can also edit the button's text and add translations in the app's Translation setting.

Go to **Settings > Translations**, click the pencil icon next to a language, then choose **Payment method** from the list. This also covers the popup text shown when **Let customer choose** is selected.

<figure><img src="/files/Q4D8TOWLgxpaagmZj9At" alt=""><figcaption></figcaption></figure>

Click **Save** to keep your changes.

> ### **Need support?**
>
> If you do encounter any difficulty while proceeding these steps, don’t show any hesitation to contact us promptly via the email address [support@samita.io](https://help.samita.io/support@samita.io)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.samita.io/samita-wholesale-b2b/add-on-features/create-payment-term-for-your-b2b-customers/customize-payment-term-button.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
