Relative Content

Tag Archive for http-redirectstripe-paymentsurl-schemesfsafariviewcontrolleraswebauthenticationsession

The ASWebAuthenticationSession callback URL scheme is not triggering the completion handler with the Stripe redirection link in Swift

I am accepting payments using a Stripe URL in my app. After the payment is complete, Stripe redirects to the specified URI. This is a common process, but here’s where things get complicated. My URI is a link to a domain and since the URI of a valid domain is http/https, it doesn’t work with the ASWebAuthenticationSession callback URL scheme. You might suggest, “Just make the URI custom and use in the Stripe redirection link,” but unfortunately, that’s not possible.