#jazz_code
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/1429999434409709702
๐ 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.
- jazz_code, 3 days ago, 28 messages
๐ hello, give me a moment to catchup
sure thing.
I did notice there is something you can set up under the dashboard called "Payment Configurations". My theory is that we could set up a wholesale and retail payment config which would house the different payment methods. Then my backend developer could point to the configuration file depending on the account type. Is this possible? If so do you know the API method that could handle this? I am a frontend dev not backend.
Yup you can definitely create payment method configurations from the Dashboard for specific payment method to display
So when the PaymentIntent is created, the backend needs to pass the specific pmc_ string: https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_configuration
Yeah I presume this is the "dynamic" payment methods that Stripe refers too.. Allowing the business owner to dynamically change their own payment methods, instead of the developer (us) hard coding payment methods on our end.
Yes dynamic payment methods means Stripe will read from your account's default PMC.
like in your screenshot pmc_1OZ...7p6p is your default PMC
Sorry just checking with backend dev. Seems simple enough.
Great.. I think that is it.. Thank you for your time.
no problem!
5 stars โญ
One last question. I know in my previous support chat I asked if Apple Pay and Google Pay could be used as "Saved Tokens" and they came back with a correction saying that they can't be saved (therefore not allowing the merchant to charge later). However he never mentioned if Link could be a payment method that could be charged at a later date. Do you know?
Yes, Apple Pay/Google Pay can't really be saved and reuse how cards can normally be saved. Recurring payment foe these wallet payment methods is a different flow [0]. But for Link, future payments using a saved Link pm_ should be possible: https://docs.stripe.com/payments/link/save-and-reuse
On the Link documentation you linked to. Is there a specific sentence you can point me to that refers to charging later?e
Also FYI that page has broken layout issues in firefox.
This should be the section:https://docs.stripe.com/payments/link/save-and-reuse#charge-saved-payment-method
yup I noticed the layout issues too, sorry about that. I will flag it with our product team