#mrmole - issuing

1 messages · Page 1 of 1 (latest)

wispy current
#

What are you trying to do exactly?

#

To do this i think i need to about the amount in authorization object.
Can you rephrase? I think there is a word missing there.

dreamy trellis
#

ah yes sorry, To to this i tihnk i need to update the amount in authorization object

wispy current
dreamy trellis
#

all right but where can i set it?

#

is_amount_controllable

wispy current
#

Set what?

dreamy trellis
#

right now i am in test mode

#

and all i can do is trigger issuing_authorization.request

#

by stripe-cli

#

and then bunch of events are triggered

#

i am not quiet sure how flow would be from client to server

#

Client insert card number press "pay" the data goes specific endpoint and there is creation of cardholder and card right?

#

Do you have example of issuing on server side? Preferable Node.js. RIght now i am playing with example server which is provided with react-native-stripe repository

wispy current
#

You can't set this explicitly, its a property of the authorization request

#
GitHub

Learn how to integrate Stripe Issuing to process real-time authorizations. - GitHub - stripe-samples/issuing: Learn how to integrate Stripe Issuing to process real-time authorizations.

Learn about real-time authorizations.

dreamy trellis
#

i have code like that

#

as i can see this line is important
res.json({received: true});

wispy current
#

Yes you need to respond to the webhook event, and quickly.

#

Issuing requests need a response wihtin 2 seconds, if i recall correctly

dreamy trellis
#

all right, i need to play with it more as i can see 😄
Thanks so much for help and very quick response!!!
I really appreciate this support ❤️