#gunwant_dev
1 messages · Page 1 of 1 (latest)
Could be that you are using Automatic Payment Methods but you haven't activated any other payment method than card, which is the default one
The payment methods showed there depends on the currency, the country of your account and the settings you have in your Dashboard
Okay.
Let me check, On other payment methods from the stripe dashbaord.
Thank you
Hello, I have turned on the other payment method from the stripe dashboard but its still shows only a single card payment.
Can you give a payment intent id created for the Payment Element?
pi_3L0hLrHWMWhDPqNo16MiBkR1
Sorry for late reply.
I was a little bit busy with other work.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
payment_settings: {
payment_method_types: {
0: "card"
}
},
You have provided only card here, so it's will be only card
You can try removing this parameter and it would automatically takes all possible methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I have removed 'payment_settings' still its show only card payment method.
I just checked your account, it says
Activation required
Please activate your account before accepting live payments with any of the below payment methods.
Do you see the same message here? https://dashboard.stripe.com/test/settings/payment_methods
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I think it may requires some steps to fully activate your account
I have used this account for development purposes.
So how can I test other payment methods in the development?
Or you can move back the parameter but include more payment method inside https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_types
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
like ['card', 'sepa_dd']
Okay.
Let me check
I would need to step down for the day. Feel free to ask to re-open the thread when you are back
or simply ask in channel and my colleague would be able to assist
Okay.
Sure
Thank you.
Its working now