#lavkesh-agrawal_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/1346859266241462355
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ that isn't supported if you're using Dynamic Payment Methods with a Payment Method Configuration. You'll either need to use payment_method_types as mentioned on that page, or try reaching out to our support team to see if Link should be in a different mode for your use case:
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi thanks for update
But even If I use payment_method_types , how we can achieve that Link with card integrations.
We used at one place payment_method_types but now my question is where to pass given config in that Link with card integrations.
We are using payment element at website
const options = {
mode: props.mode || "payment",
currency:currency[props?.countryCode],
amount:amount,
paymentMethodCreation: 'manual',
appearance: {
theme: "stripe",
},
setup_future_usage: "off_session",
paymentMethodTypes=['paypal','card']
}
I'm a little confused by the question, because you either use a Payment Method Configuration or you explicitly specify what you want to accept via payment_method_types. You don't use both simultaneously.
What happens when you complete that payment? What is the type of the Payment Method that gets created?
If we specify type = crad link payment method option get disaaper from checkout form
where to use these option
I'm sorry, I don't understand what this means. Do you have a test site where we can see that behavior?
Cancel your JustAnswer membership by following these easy steps. Cancel via our cancellation letter. Stop recurring payments and regain control of your finances today.
Is that the one where you don't see Link? Because it's showing both in your screenshot and when I visit that page.
Yes now link is here but when I specify payment_method_types = ["card"] , link get disappear
Can you share a test page where it doesn't show up?
and we need "Link with card integrations"
I am deploying change on dev
Can we have complete demo for this FE and API changes https://docs.stripe.com/payments/link/link-payment-integrations?link-integrations=link-card-integrations ?
Now you see no link here when used payment_method_types https://unsubby.vercel.app/en-ca/cancel-justanswer
Cancel your JustAnswer membership by following these easy steps. Cancel via our cancellation letter. Stop recurring payments and regain control of your finances today.
I see, that's because Link is off in your default Payment Method Configuration for the Payment Element. You will need to turn it back on there in order to see Link behave the way you're hoping:
https://dashboard.stripe.com/test/settings/payment_methods/pmc_1OAqCdH4WIDMKylPynH0xdyK
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Click on the overflow menu beside Active, and flip the toggle for Payment Element to on
Yes it seem available now
I'm glad to hear that did the trick!
Thank you so much it seems working what we need