#joseamica

1 messages · Page 1 of 1 (latest)

dusty fogBOT
#

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.

random holly
#

Can you explain more about what you mean? What are you trying to do?

dusty fogBOT
pseudo trout
#

@vapid thicket let me know if you still need help!

vapid thicket
#

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?

pseudo trout
#

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?

vapid thicket
#

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)

pseudo trout
#

This is very hard to follow. What have you tested so far? Do you have an example test mode PaymentIntent?

vapid thicket
#

I know its very hard

#

Thats why im asking

#

If its possible to charge directly to the user

#

Or maybe another question would be, how can i recover the fee im charging to the user from the restaurant since amount the user is paying its being collected by the restaurant