#scif_api
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/1234726121153495051
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I can see that automatic payment method configuration is defaulted
Where did you see that from https://docs.stripe.com/upgrades#2024-04-10 ?
I don't see this line in the API change log page
Whoops, it's spelled as automatic_async. I'm a bit confused then. I was thinking it's automatic_payment_methods.
Cannot see the documentation about automatic_async
I want to utilize automatic payment methods on FE and use it with invoices and not PI. Is it possible?
automatic_async is for capture method of a Payment Intent: https://docs.stripe.com/api/payment_intents/create#create_payment_intent-capture_method
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I'm afraid payment method configuration is not supported on the Invoice
But it's possible for Subscription as far as I tested...
Can you share an example subscription ID which payment method configuration (pmc_xxx) is used?
req_2Gw90GVuXfM9Fl It doesn't use pmc_xxx but it doesn't require payment method passing and confirmation using https://docs.stripe.com/payments/accept-a-payment-deferred?platform=web&type=subscription was successful (at least my FE engineer said that ๐ )
When a subscription doesn't have payment method type set, it'll use the payment method config on the invoice: https://dashboard.stripe.com/settings/billing/invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Subscription payment method configuration is a different setting from the payment intent automatic payment method configutation
Subscription doesn't use pmc_xxx like Payment Intent. It follows the payment method enabled in https://dashboard.stripe.com/settings/billing/invoice
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Any chance to have the same for invoice?