#frijolay
1 messages · Page 1 of 1 (latest)
hi there, can you share the request id [0]? it'd look like req_xxx
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
aaaah, it's an unfortunate limitation but application_fee_percent can only be used for recurring prices at the moment. For one-time payments, you can only use application_fee_amount. I think what you can try as a workaround is to use payment_intent_data.capture_method=manual, set the application_fee_amount . When you capture the payment, you can update the application_fee_amount after doing the calculation
you'd want to test it out to make sure it works as expected. I'm pretty sure it should work, but haven't tested it
thank you ill give it a shot!