Add payments methods to customers (only for Stripe subscriptions)

Adds a payment method to a Customer.

Path Params
string
required

Tenant identifier.

Body Params
string
required

Cardholder name.

billingAddress
object
required

Address billing details.

card
object
required

Credit card information.

boolean
required

Set as default payment method.

Response
200

The given payment method.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!