#shivani M
1 messages · Page 1 of 1 (latest)
You may use Payment Sheet provided by Stripe react-native library to setup ACH direct debit: https://stripe.com/docs/payments/save-and-reuse?platform=react-native&ui=payment-sheet
how can we get Stripe URL and call 'handleURLCallback with react native
What do you mean by 'Stripe URL'? The url variable in that doc is something you define/set in your app
const initialUrl = await Linking.getInitialURL();
I am getting null initialUrl. How can I get proper url ?
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.
what do you mean by custom URL scheme how can we get it?
👆