#adriana_custom-paymentmethods
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1440387652192047244
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- adriana_docs, 5 days ago, 30 messages
Could you share the development website which you expect the Google Pay to appears, but it doesn't, so that I can check if there is any way to enable Google Pay for situation like this?
yep, I replicated the issue here
When I'm in payment mode, I can see the Google Pay whereas in subscription mode, I can't. The behavior is opposite from what you're describing.
In any case, I'm checking why Google Pay isn't shown in subscription mode
after click subscription button if you click again payment
I expect gpay appears, but I can't see it.
google pay is only visible at the creation
Google Pay did show for payment mode when you launched the element initially. So is the problem that the Google Pay isn't shown in a specific mode, or the toggle to show Google Pay doesn't work here?
yep, google pay is not shown in a specific mode (subscription)
Thanks for waiting! Checking it now
Thank you ๐
I can see that Google Pay on the payment method configuration pmc_1S8p6vHB7unwPorl467GEkap named "Billing Payments" for the connected account has been disabled. Could you try using Update Payment Method Configuration API to update Google Pay on pmc_1S8p6vHB7unwPorl467GEkap with Stripe-Account header as the connected account to see if it works?
- Update Payment Method Configuration API: https://docs.stripe.com/api/payment_method_configurations/update
Stripe-Accountheader: https://docs.stripe.com/api/connected-accounts
Why is disconnected in the connected account if is enable in my payment method configuration, why it is not being inherited? do I need to configure again every connected account?
The connected account holder can also manage the payment method configuration and override the settings your platform configures
in stripe I don't allow the override of the settings for the connected accounts.
this
is not checked
Disable overriding only works for Default payment method configuration, but it doesn't work for Billing payments payment method configuration.
subscription and payment uses different payment method configuration
ok ok
subscription mode uses Billing Payments PMC whereas payment mode uses Default PMC. That setting in screenshot only applies to Default PMC on the payment mode
got it
another question, if I configure custom payment methods this will be share with each connected account, right?
Are you referring to custom payment method configuration, or the actual custom payment method (https://docs.stripe.com/payments/payment-methods/custom-payment-methods) ?
custom payment method, I'm going to add DAF and paypal by my own