#pocketJared
1 messages ยท Page 1 of 1 (latest)
Hello ๐
You likely need to configure a custom URL scheme or a universal link that you can redirect to like shown in our PaymentSheet docs here
https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-set-up-return-url
You wouldn't happen to have any documetion on how to do this in objective c would you?
Not really no ๐ฆ
Its not specific to Stripe SDK though
So you can look up setting up custom URL scheme in Obj C
on Google
Ok cool I see what needs to happen, yeah there is no mention of setting up the return url in after pay accept a payment docs. Thanks for your help! This should work great.