#Rahim Dobani
1 messages · Page 1 of 1 (latest)
What you mean by close ?
I want only card payment option
dont ne dash app pay option
const options = {
mode: 'subscription',
amount: 1099,
currency: 'usd',
// Fully customizable with appearance API.
appearance: {/.../},
automatic_payment_methods:{
enabled: false,
}
i am passing this in options
Try passing paymentMethodTypes:["card"] when creating the element:
https://stripe.com/docs/js/elements_object/create_without_intent#stripe_elements_no_intent-options-paymentMethodTypes