#val_api

1 messages ¡ Page 1 of 1 (latest)

ember masonBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1260831722589782036

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

fallow sierra
#

You're able to create multiple Payment Method Configuration (pmc_xxx) for automatic payment methods: https://docs.stripe.com/api/payment_method_configurations, then set the PMC in payment_intent_configuration property on the Payment Intent: https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_configuration

Here's the detailed guide on how this can be done: https://docs.stripe.com/payments/payment-method-configurations

Create different sets of payment methods to display to customers based on specific checkout scenarios.

weak vine
#

ah that sounds like exactly what i need - thank you!