#divyang-evince-android

1 messages · Page 1 of 1 (latest)

warped reef
#

hi! I'm pretty sure we support all this. What do you mean by "pre authorised payment"exactly?

eager pebble
#

Hello @warped reef
Thanks for quick reply.
A payment which is not actually deducted from user but kept reserved for later

warped reef
#

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

eager pebble
#

So if i hold payment for $500, and later i want to pay $600. can i update same payment and pay it?

#

By merchant?

warped reef
#

if you really need this feature maybe write to our support team and see if there any other options

eager pebble
#

ok, actually i had these three queries

  1. List all pre-authorized payments
  2. Update amount before finalizing pre-authorized payment by customer OR Merchant
  3. Can merchant process pre-authorized payment on behalf of customer?
#

i got answer of 2nd one

warped reef
eager pebble
#

Thanks
Can you share links which shows example for android SDK, above links shows rest APIs

warped reef
#

there are examples for Android in the links I shared.

#

the first one is backend REST calls yep, because that action can only happen on a backend server, not on the frontend. you need a backend and a frontend to use Stripe, it's a full-stack integration.