#bankorh.hitpay
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.
- bankorh.hitpay, 1 day ago, 16 messages
Which charge type (Direct Charges, Destination Charges or Separate Charges and Transfers) do you use? Why can't you set the application fee when creating the payment intent?
Hi, we use destination charge. We don't know how much is the application fee until we get to know the customer's card, for example we are having higher fee for Amex and non local card.
Thanks for sharing! Automatic capture will happen immediately once payment succeeds. Your system will not be able to update the application fee in automatic capture integration. Updating application fee after successful capture is also not allowed.
If you wish to update application fee, only manual capture will work on terminal integration
I see, can we listen to payment intent webhook payment_intent.amount_capturable_updated, when the payment intent is updated, we update the fee and capture?
I see this event is sending sattus "requires_capture" we can identify here and do the capture, right?
Yes!
Okay, that will be great. We will figure it out here, thanks for the help, have a good day!