#jayvir_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/1493127137744654398
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi @naive island
if i enable link then why bank shows ?
i want to disable bank
just want link only
Can you share the SetupIntent Id? seti_xxx
seti_1TLdTZLKTM2K3idy7P6h2Gti
allowed this only : paymentMethodTypes: ["card", "cashapp", "link"]
If you click to Bank, what does it show?
I think that's Instant Bank inside Link, not the real Bank
So this is expected
@naive island
please explain why expected ?
Instant Bank inside Link, not the real Bank ?
This is the Bank section inside Link. Link contains this section
@naive island
ok when i use payment - link with card works but fails link with bank
so any changes needed
What do you mean by "fails link with bank"? Do you get an error message?
i am creating setup intent from platfrom account
then using payment id coping in connnected account & deduction money
card payment works not bank payment
const data = { customer: customerId, payment_method: paymentId };
let url = `${STRIPE_URL}/payment_methods`;
let apiCall = await axios({
method: 'post',
maxBodyLength: Infinity,
url: url,
headers: {
'Stripe-Account': stripeAccountId,
Authorization: `Bearer ${secretKey}`,
'Content-Type': 'application/x-www-form-urlencoded',
},
data: data,
});
@naive island
What is the data here?
const data = { customer: customerId, payment_method: paymentId };
customerid & paymentId