#junaid_abbasi999
1 messages · Page 1 of 1 (latest)
Hello! transfer_data[destination] is something you're allowed to set on creation but isn't something you can change/update
I want to set these parameters while capturing the intent, is there any way i can do it?
https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-transfer_data here it says you can do it while capturing
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No, currently that's not supported - that link you shared is saying you can change the amount but destination is still not somethign you can change
can i update the paymentIntent and add the destination to it. Because I cannot set the destination while creating the intent
I don't know the destination while creating it..... I only know it once I am about to capture it....
Your only option would be to use separate charges and transfers intead of destination charges (https://stripe.com/docs/connect/separate-charges-and-transfers)
that gives you complete control of the transfer and you can transfer to whichever account you want
where would i specify the application fee in this case?
Hi there. Karbi has to step out soon
Just subtract how much you want to keep as the application fee from the amount you transfer
Say the charge is for $100 and you want a $20 application fee. Just transfer $80 to the connect account
hey does this transfer_group needs to be unique for every tranfer?