#Mohammmed-terminal
1 messages · Page 1 of 1 (latest)
hi, could you share the request ID req_xxx that gave you the error? https://support.stripe.com/questions/finding-the-id-for-an-api-request#:~:text=How do I find the,(Request IDs API Docs).
well the problem is you're trying to use incremental authorisation on online card payments, which is not possible by default
it's only for card-present payments using our Terminal readers and product (that's why it's card_present' => ['request_incremental_authorization_support' => true] for example)
so I can't increase the amount of the authorized value in on online card payments at any API??
no, not by default(if you reach out to https://support.stripe.com/?contact=true we might have a beta or something you could use, it depends on your business and requirements so make sure you clearly explain your overall goal and why your business would like that ability). In general that's not something that's possible and you should either authorise a larger amount upfront, or save the card and do a separate charge on the saved card later
ok , thx you,
last thing, when I authorize an amount of money, the user will get notified about that ? from the bank ?