# Donation Express Payments

{% hint style="info" %}
Live Example: <https://candidate.codenation.com/donation_express>
{% endhint %}

<figure><img src="/files/oUv6T5SFWFQ7hSfOp3aN" alt="Donation Express Payments"><figcaption><p>Donation Express Payments</p></figcaption></figure>

## How to update your Candidate theme to support express payment options?

{% hint style="info" %}
If you have [enabled express payment options for your website](https://support.nationbuilder.com/en/articles/5628862-express-payment-options#h_0d26cb83ce) but the new options are not appearing on your pages, use this guide to update your custom Candidate theme.
{% endhint %}

### About Express payments

Enabling express payment options for your website will allow donors to contribute using Apple Pay, Google Pay, or credit card they've saved to their browser. By making these payment options available, you will:

1. Minimize the time it takes for donors to contribute
2. Make it easier for people to donate from their mobile devices
3. Provide an added sense of security by allowing donors to avoid manual credit card input

All of these factors can increase donation conversion rates, giving your organization the means to better promote your cause.

*📌 Note: This feature is only available on Donation (v2) pages using NationBuilder Payments.* [*Learn more.*](https://nationbuilder.com/payments)

### Step 1: Take a backup of your theme

{% hint style="danger" %}
Before changing theme files - download a backup of your current custom theme.

Theme > Current custom theme > Download
{% endhint %}

<figure><img src="/files/AWKTPApvZrOXnQx6y5t3" alt="How to download your theme"><figcaption><p>How to download your theme</p></figcaption></figure>

### Step 2: Updating the theme code

1. Download theme files from [here](https://www.codenation.com/campana_express_payments).
2. Upload "\_styles\_staged\_donations.scss" to your theme files and replace the old version.
3. Upload "pages\_show\_donation\_v2\_wide.html" to your theme files to replace the old version.
4. In NationBuilder navigate to your the Candidate Themes files and publish your changes. <br>


---

# Agent Instructions: 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:

```
GET https://docs.codenation.com/campana/general-1/donation-express-payments.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
