#mounika_api

1 messages ¡ Page 1 of 1 (latest)

rugged bearBOT
cedar veldtBOT
#

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.

rugged bearBOT
#

👋 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/1260973081053364344

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

lyric skiff
#

You're not calling the right endpoint

#

You're making a call to update the payment intent

#

Not to increment authorization

#

You're calling POST /v1/payment_intents/:id instead of POST /v1/payment_intents/:id/increment_authorization

hollow temple
lyric skiff
hollow temple
#

Okay when we want to do multi capture on a payment intent (The only option is to use the https://docs.stripe.com/api/payment_intents/create#create_payment_intent-transfer_data ) and transfer the money to one connecting account on all captures. We cannot use transfer_group on multi capture as that does not work in this scenario ?

lyric skiff
#

The issue is in using the source_transaction param, specifically (per the guide I linked)

hollow temple
#

Without the source_transaction i cannot attach a transfer to a charge right ?

lyric skiff
#

correct

#

because there's multiple w/ multicapture

#

You can transfer funds, you just can't do so with source_transaction

hollow temple
lyric skiff
#

It's your platform with insufficient balance

#

That's the problem with not using source_transaction

hollow temple
#

Makes sense, I am good now. Thanks a lot

lyric skiff
#

No problem

desert roost
#

Hi, i have a huge problem.. I've activated all payment methods but on my checkoutpage there's only Apple Pay, Link & the creditcard fields... I'm gratefull for help guys