#fuzzbear_dev
1 messages ยท Page 1 of 1 (latest)
Hi there
hey!
Are you setting payment_method_types explicitly for your PaymentIntent?
Can you provide a PaymentIntent ID that you are testing with?
Look at what Payment Methods you have enabled at https://dashboard.stripe.com/settings/billing/invoice
Subscriptions use those PaymentMethods instead of the ones that you enable via https://dashboard.stripe.com/test/settings/payment_methods
wdym invoices?
ah i found it
ye these are enabled
Hrmm okay
Can you provide the Subscription ID?
Or even better would be the Invoice ID
is that this? price_1NlgPLL6k3oFrmnnBO1gQswk
That works
Taking a look
great thanks
Ah okay so all of the ones you have enabled actually are not Payment Method Types supported by Subscriptions as they can't be used for recurring payments.
wait how come?
Well first if you look at the currency besides each of those it is "EUR" or "USD" and you are charging this Subscription in GBP
But also, Payment Method Types like iDEAL are only for a single payment. They can't be reused without customer authentication
Well Apple Pay will show up if you have your domain registered and you are using Safari and have a live card in your wallet
nope it dont
Yep
what about goolge pay
Google Pay will show up automatically if you are using Chrome and have a card saved in your Google Wallet
i see and paypal i just need to activate?
Paypal is a bit specific and it talks about it here: https://stripe.com/docs/billing/subscriptions/paypal
so i can add this?
payment_method_types
: ['paypal'],
payment_method_data
: {
type
: 'paypal',
},
to subscribtion
it still doesnt show up
One sec let me double check on Paypal.
okay
yes to both
<PaymentRequestButtonElement options={{paymentRequest}} />
is it cause im missing that
Not positive that Revolut is supported. Can you go to https://stripe.com/docs/stripe-js/elements/payment-request-button in Safari and let me know what you see at the top of the page?
it lets me use apple pay on other sites tho?
Okay so it does work there
yes
That's good
Can you show me your paymentElementOptions object?
Hmm okay all that is fine. However, you are using a Webview here?
Hmmm ๐ค
yeh its odd
Is your URL www. or no?
Do you have multiple Stripe accounts?
I'm not seeing that domain registered on the account that you provided above associated with the example PaymentIntent
Ah wait
You are using Connect
am i whats that
Okay hold on give me a second
okay thanks
@golden steppe how can I get to your payment page to test?
you need to be logged in
username: test
password: test
just use that
Ah okay so it does work for me:
๐ hopping in here since bismarck had to head out
Yeah it's very possible it just took a bit to kick in after you added it
Glad it's all working now!
maybe