#divyang-evince-android
1 messages · Page 1 of 1 (latest)
hi! I'm pretty sure we support all this. What do you mean by "pre authorised payment"exactly?
Hello @warped reef
Thanks for quick reply.
A payment which is not actually deducted from user but kept reserved for later
may be this one https://stripe.com/docs/payments/capture-later
yes that
we support that yes. There's no special interaction with Android here, it's just the normal integration for Android that we document, and you pass a parameter on the backend to enable this
after setting pre authorized payment, can user OR admin change amount of same payment before finalizing payment?
no, the amount can not be changed after authorising, you'd have to process a new payment
So if i hold payment for $500, and later i want to pay $600. can i update same payment and pay it?
By merchant?
nope, you'd need two payments
if you really need this feature maybe write to our support team and see if there any other options
ok, actually i had these three queries
- List all pre-authorized payments
- Update amount before finalizing pre-authorized payment by customer OR Merchant
- Can merchant process pre-authorized payment on behalf of customer?
i got answer of 2nd one
- List all pre-authorized payments
https://stripe.com/docs/api/payment_intents/list and look for ones that are status:requires_capture- Update amount before finalizing pre-authorized payment by customer OR Merchant
not possible no, see above- Can merchant process pre-authorized payment on behalf of customer?
like charging a saved card? Yes that's supported https://stripe.com/docs/payments/save-during-payment?platform=android&ui=payment-sheet
Thanks
Can you share links which shows example for android SDK, above links shows rest APIs