#joseamica
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.
Can you explain more about what you mean? What are you trying to do?
@vapid thicket let me know if you still need help!
I am charging
To the restaurant a fee, but i want to charge a fee to the user also
there is no way i can charge directly to the user?
This is pretty vague. Could you incorporate the fee into the total amount you charge the user?
or add a separate item for the fee? Are you creating PaymentIntents directly or using prices?
yes, but then when i put on the application_fee i put the rest_fee + the user_fee and the user_fee gets calculated again
I want to charge in advance 2.5% to the user, in a 100 bill, i will charge 2.5.
User create_payment_intent for the amount of 102.50.
Then I want to get back that user_fee and i dont want that the restaurant keeps that fee so:
application_fee_amount = rest_fee (3%) + user_fee (2.5%), but it gets the 2.5% of the 2.5% (2.56)
This is very hard to follow. What have you tested so far? Do you have an example test mode PaymentIntent?