#leihatm

1 messages · Page 1 of 1 (latest)

earnest forgeBOT
stuck dirge
#

Hi
Could you please share more details ?

grand pasture
#

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 )

stuck dirge
#

You can simply keep the payment_intent as it, and it'll be expired in a while

#

generally after 7 days

grand pasture
#

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

earnest forgeBOT
cloud ermine
#

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

grand pasture
#

ok but it's not a real refund

#

i understood

#

ty i will change my logic for take care this like that