#Chetan
1 messages · Page 1 of 1 (latest)
Can you share the Payment Intent ID (pi_xxx)?
Yes give me 2 mins
{
"message" : "Successful",
"data" : {
"clientSecret" : "pi_3OZoZ7HUrndEUSYd1DoB3VkQ_secret_zKZ5khy1WXKB0j5RtwZeKXBFd",
"ephemeralKey" : "ephkey_1OZoZ6HUrndEUSYdrITAK2fb",
"customer" : "cus_PJqKymp6z2iNLl",
"ephemeralSecret" : "ek_test_YWNjdF8xTmZVUGNIVXJuZEVVU1lkLGhBdEdEeXUwM0thUVBLUmpZRzhZd0ZlYnRmUmtHWWs_00CSajwoNB",
"publicKey" : "pk_test_51NfUPcHUrndEUSYd4E9FBM0G2CL2WgRejRImsNcGh0IxJ2r5Pcku45FePJyfugKOJCvZFimUTOEDhJyFnEw388Jl00kqLfE93P"
}
}
Is it help ful?
There?
@astral rune
Discord is busy now and we will take some time to respond
Ok waiting
Did you set return_url in your code? https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet#ios-set-up-return-url
Redirect payment methods will not be shown if return_url is not set
I want to open like this
Return url is not set in android
But it is working fine
So in iOS return url is not set
Android doesn't need return_url to be set, but iOS is needed
Ok let me do it give me 2 mins
configuration.returnURL = "SOLD://stripe-redirect"
Is it fine?
Yes sir now klarna is getting
But still BLIK is missing
Can you share the latest payment intent associated to this screenshot?
Can you share the Payment Intent ID (pi_xxx) in text?
Which stripe-ios version do you use?
pod 'Stripe', '~> 23.9.1'
pod 'StripePaymentSheet', '~> 23.9.1'
Blik is only supported from stripe-ios v23.15.0: https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md#23150-2023-08-28
Can you update to the latest stripe-ios version 23.21.0?
Ok
Thread 1: "NSLayoutConstraint constant is not finite! That's illegal. constant:nan firstAnchor:<NSLayoutDimension:0x2807348c0 "UIImageView:0x142af02f0.width"> secondAnchor:(null)"
Facing this crash on 23.21.0 version
@astral rune
There?
Can you share the full trace of the error?
Thanks bro now working fine