# subscriptions\_resource\_payment\_settings

From **Stripe API**.

- Type: `object`

## Properties

### `payment_method_options`

- Required: false
- Nullable: true

Payment-method-specific configuration to provide to invoices created by the subscription.

### `payment_method_types`

- Required: false
- Type: `array`
- Nullable: true

The list of payment method types to provide to every invoice created by the subscription. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice).

## JSON Schema

```json
{"properties":{"payment_method_options":{"anyOf":[{"$ref":"#/components/schemas/subscriptions_resource_payment_method_options"}],"description":"Payment-method-specific configuration to provide to invoices created by the subscription.","nullable":true},"payment_method_types":{"description":"The list of payment method types to provide to every invoice created by the subscription. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice).","items":{"enum":["ach_credit_transfer","ach_debit","acss_debit","au_becs_debit","bacs_debit","bancontact","boleto","card","fpx","giropay","ideal","sepa_debit","sofort","wechat_pay"],"type":"string","x-stripeBypassValidation":true},"nullable":true,"type":"array"}},"title":"SubscriptionsResourcePaymentSettings","type":"object","x-expandableFields":["payment_method_options"]}
```
