#shivani M

1 messages · Page 1 of 1 (latest)

runic laurelBOT
fathom kestrel
runic laurelBOT
austere steeple
#

how can we get Stripe URL and call 'handleURLCallback with react native

river pike
#

What do you mean by 'Stripe URL'? The url variable in that doc is something you define/set in your app

austere steeple
#

const initialUrl = await Linking.getInitialURL();

I am getting null initialUrl. How can I get proper url ?

river pike
#

Did you read the guide? It explains it:

To allow them to automatically return to your app after authenticating, configure a custom URL scheme or universal link and set up your root component to forward the URL to the Stripe SDK.

austere steeple
#

what do you mean by custom URL scheme how can we get it?

river pike