#bongaplay
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. 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.
- bongaplay, 2 days ago, 21 messages
Seems like application_fee_amount won't work on sessions?
Will payment_intent_data.application_fee_amount regardless if the checkout is mode subscription or payment ?
You can not pass `payment_intent_data` in `subscription` mode.
Any way around it?
No, if you are using it in subscrpition mode you need to use subscription_data.application_fee_amount
application_fee_amount or application_fee_percent
hmm, interesting. So if it's a subscription mode,i cannot take a fixed amount from the total billed amount, but instead have to see what percent it is of what i want to take and add that.
Yeah, seems like it. Okay thanks for the assitance!