#Jack Drake
1 messages · Page 1 of 1 (latest)
hello
Hi there, the application_fee_amount is a param for PaymentIntent, which you can only create in backend with a secret key.
You can't create a PaymentIntent from iOS directly, but you can send a request from your iOS app to your server, so that your server can create a PaymentIntent with application_fee_amount
so it has to be created in the back end?
Yes