#leihatm
1 messages · Page 1 of 1 (latest)
Hi
Could you please share more details ?
I create an intent without capture it ( for a deposit in fact ) when a booking ( we are a provider of a rental cars solution ) is finished and there is no problem we want release a deposit before the end of expiration
it's more clear ?
i tried use the cancel method on intent but is too late for use it ( to my understanding )
You can simply keep the payment_intent as it, and it'll be expired in a while
generally after 7 days
Or you can cancel the authorisation:
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method#cancel-authorization
ok i tested more ( the cancel method ) and i understood
Call back are sent first : payment_intent.canceled and finaly charge.refunded
Why the last ?
there is really a refund ?
No amount was captured for this intent
the amount that you authorised(held) on the customer's card is released back to them, and we model that as a refund in the API