#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/1375007659325132902
đ 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.
- jayvir_code, 1 day ago, 17 messages
- jayvir_code, 5 days ago, 27 messages
hi @lone harness
i am using card using setup intent & make payment in couple of connected accounts
but link payment id cant be copied ?
Are you talking about Link payment method?
yes link integration like apple pay
I'm afraid that I don't quite understand your inquiry.
Are you talking about wallet payments? e.g., Apple Pay, Google Pay and Link?
yes wallet payment link
Ok, and exactly what kind of "link payment ID " that you want to copy over? can you share with me such ID?
@lone harness
const attachedPaymentMethod = await stripe.paymentMethods.attach(
paymentMethodId,
{
customer: customerId,
},
{
stripeAccount: connectedAccountId, // Context for connected account
}
);
for card it is working
but for link it is throwing error
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
https://docs.stripe.com/connect/direct-charges-multiple-accounts#cloning-a-payment-method
@lone harness
You can clone only certain types of PaymentMethods. Cloning supports PaymentMethods that have type set to either card or us_bank_account.
i also want to do for wallet payments - link