#schteve
1 messages · Page 1 of 1 (latest)
Hi there!
Can you explain your question with words? It's a bit difficult to understand your flow chart.
Alright,
I have a scenario, where I want a user to authenticate their payment by entering their payment details, which are then validated and a hold is placed upon. After that I want to check if the user selected a specific paymentMethod (like VISA Credit Card) that lets me select a suited Tariff.
After that a session is started that contributes to the amount I want to capture afterwards. After the session is ended the costs are calculated and captured from the PaymentMethod and a invoice/receipt should be created, that states the actual costs of the session.
(That's where my problem with the PaymentIntent receipts lies: I don't want it to say "X€ - Y€ refund -> Z€ charged", but the actual cost of the session)
I hope you understand what I'm trying to say 😄
Got it, thanks for the clear explanatins!
However what you described is how placing a hold on a card and receipts work with Stripe.
If that's not what you want, they I recommend building your own receipts.
Okay thanks, but do you see any way of using other PaymentAPIs like Invoice or PaymentLinks with this flow?
Sure you can, but I don't think it would change the issue you are describing (the receipts showing "X€ - Y€ refund -> Z€ charged")
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
Hi there :),
Do you know if the above described flow would also be possible using invoices?
what exactly?
This flow of events
Invoices use PaymentIntents and the receipts are going to be the same
Alright, but it's not possible to place a hold beforehand when using Invoices, right?
no this is not really possible
Alright thanks,
one closing question:
Do canceled payment intents create any fees for me as a stripe user?
I don't think so
but in all cases it's better to ask pricing related questions to https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hi! I'm taking over my colleague. Please, let me know if you have any other questions.