> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations/trust-payments/trust-payments-alternate-payments.md).

# Trust Payments - Alternate Payments

{% hint style="info" %}
The Trust Payments gateway supports multiple alternative payment options

* iDEAL
* Bancontact
* P24
* SEPA
* PayByBank
* Apple Pay (follow instructions [here ](/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/edit-funnel-settings/payments/apple-pay.md)or [here](/crm/gateway-setup/gateway-integrations/apple-pay.md))
  {% endhint %}

{% hint style="danger" %}
**Disclaimers:**

No card details are stored for merchants using Trust Payment's alternative payment options

These options will only work for one-time purchases and will NOT work for recurring billing/subscriptions.

These options do not support a one-click upsell (using the original payment token on each upsell). Upsells require the consumer to go through the full checkout again.

These payments will work with Checkout Champ hosted pages or sites that connect via Direct API. This will NOT work with Order Entry.
{% endhint %}

**STEP 1**

Go to **Gateways** | **Gateway Integrations** and select Trust Payments. Click on **+Activate**. Follow instructions [here](/crm/gateway-setup/gateway-integrations/trust-payments.md) for setup.

Click the green **Create Gateway** button to save your changes and create the gateway. Note the ID of the gateway on the gateway list page, for use in Step 2.\ <br>

**STEP 2**

{% hint style="danger" %}
Step 2 is not relevant if using Checkout Champ hosted pages. The payment options are built into the application. Drag the appropriate button(s) to your checkout page.
{% endhint %}

The checkout page must be secure HTTPS. A non-secured call will be rejected. Pass the following parameters on the Import Order or Import Upsale API call

* paySource = PREPAID
* forceMerchantId = the Trust Payments id from Step 1
* redirectsTo = the url where the browser should redirect on a successful transaction
* errorRedirectsTo = the url where the browser should redirect on a failed transaction

Then include the **prepaidType** parameter and other information based on the payment option

* iDEAL
  * prepaidType = IDEAL
* SEPA
  * prepaidType = SEPA
  * iban = Bank Account Number
* Bancontact
  * prepaidType = BANCONTACT
* P24
  * prepaidType = P24
  * iban = Bank Account Number
* PayByBank
  * prepaidType = PAYBYBANK

{% hint style="info" %}
Your checkout and upsale pages must support standard merchant redirect handling

[Basic 3DS Instructions](/crm/gateway-setup/direct-api-3ds-instructions.md)
{% endhint %}

{% hint style="info" %}
For more info on the API calls, refer to our [API Documentation](https://apidocs.checkoutchamp.com).
{% endhint %}
