# Capture an Additional Payment

The Limio for Salesforce flows supports the following payment methods out-of-the-box:

* Credit card via embedded Zuora iframe
* Direct debit via embedded Zuora iframe
* Stripe Payment Element (via Stripe iFrame) — see [Set Up Stripe Payments for Salesforce](/integrations/setting-up-limio-for-salesforce/detailed-salesforce-setup/stripe-payments-for-salesforce.md)
* Existing payment method i.e. customer wallet

In some cases, there may be a need to setup an additional payment method. It may be specific to the Salesforce org and already implemented as part of the org. For example, you may have implemented a payment gateway that ask the customer to input their payment information using their phone’s keyboard (DTMF or IVR), without the agent ever seeing or handling the full credit card details.

Additional payments can be collected outside the Limio for Salesforce Flow and passed to Limio for Salesforce. In order to do so, a specific payment body needs to be passed to the Flow in the variable "payment". To see the variable, go to any Limio for Salesforce Flow, click on Toolbox > Manager and click payment under Variables.

<figure><img src="/files/9NsFCoRUqsrgNWazgOeQ" alt=""><figcaption></figcaption></figure>

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

The variable will be a string that represent a JSON body for the payment being collected. For example, a Zuora payment would have a variable that looks like the following JSON:

`{"type":"zuora","zuora":{"refId":"8ad08871813e5776018143730f096940","paymentGateway":"Test Gateway"}}`

For a Stripe payment, the variable would look like:

`{"type":"stripe","stripe":{"paymentIntentId":"pi_xxxxxxxxxxxxx","paymentMethodId":"pm_xxxxxxxxxxxxx"}}`

That's it on the Limio side! Now, you can create a Subflow to invoke the additional payment method, for example a DTMF/IVR solution. The output of the flow should be assigned to the payment variable as below.

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


---

# 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.limio.com/integrations/using-limio-for-salesforce/payment-method-options/capture-additional-payment.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.
