> For the complete documentation index, see [llms.txt](https://docs.uppromote.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uppromote.com/management/programs/default-payment-method.md).

# Default payment method

You can select the default payment method for each program so that when affiliates join that program, the system will automatically select the payment method you chose for them. However, affiliates still need to fill in their payment information in their accounts (if needed) so you can process payment.

*For example*, you choose Store Credit as the default payment method for program A. When affiliate B signs up for program A, their payment method will automatically be selected as Store Credit.&#x20;

To set up the feature, please go to **Programs** > **Add program** or **Edit program** > scroll down to the bottom > select the **Default payment method** from the list. That list shows all payment options you've chosen for this program previously in **Settings** > **Payment** > **Payment method**.&#x20;

If you don't select a default payment method, affiliates will need to manually choose a payment from the list on their accounts.&#x20;

<figure><img src="/files/B65CKD8Md10O17t2h4LW" alt="set up payment methods"><figcaption></figcaption></figure>

When the Default payment method is set up, if you enable the field **Payment method** in **Settings** > **Registration form** > **Form fields**, it will also automatically select that default payment for affiliates on the registration form.&#x20;

<figure><img src="/files/xOE20CqcD9M6gwfqDcNW" alt="how it show on the registration form" width="409"><figcaption><p>Settings > Affiliate admin > Registration form</p></figcaption></figure>

<figure><img src="/files/kOjyzGw8dolllObRFLgi" alt="live preview on registration page"><figcaption><p>Registration form</p></figcaption></figure>

{% hint style="info" %}
**Note**: The system will only assign a default payment method for new affiliates from the moment you set up the feature. Existing affiliates' payment methods who join before the setup will remain the same.&#x20;
{% endhint %}


---

# 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.uppromote.com/management/programs/default-payment-method.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.
