The Stripe payment gateway allows individuals and businesses to accept payments over the internet.
Stripe supports the following payment methods:

There are some common fields you must complete for every gateway configuration. We recommend reviewing Setting Up Payment Gateways for information on these fields:
When using ACH payment method with the Stripe payment gateway, the Verify new credit card and Verify updated credit card check boxes are required to be checked.
| Field | Description |
|---|---|
| Stripe API key (live or test) | Determines if the transaction will go through the merchant's live or test account. |
| Default Authorization Amount | Must not be less than 0.50, in any currency. See https://support.stripe.com/questions/what-is-the-minimum-amount-i-can-charge-with-stripe for more information. |
Configure the required fields on the Stripe gateway instance setup page.

Once you have entered the necessary information, click save gateway information.
Zuora supports Stripe tokens. Tokens are used for credit card reference transactions in Zuora. A reference transaction is simply a representation of a credit card payment method without having sensitive payment method information like the credit card number stored in Zuora. Please note that the token cannot be used with another gateway, which is why we recommend storing credit card information in Zuora whenever possible.
This feature is in Limited Availability. If you wish to have access to the feature, submit a request at Zuora Global Support.
See the following topics for more information about setting up credit card reference transactions in Zuora.
The following SOAP API call can be used to create a payment method that represents a Stripe-stored credit card.
<ns1:create>
<ns1:zObjects xsi:type="ns2:PaymentMethod">
<ns2:AccountId></ns2:AccountId>
<ns2:SecondTokenId></ns2:SecondTokenId>
<ns2:TokenId></ns2:TokenId>
<ns2:Type>CreditCardReferenceTransaction</ns2:Type>
</ns1:zObjects>
</ns1:create>