You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi team ,
according to the document, we should get the decline_code in declined case
but I debug and found there is no decline_code in error response.
Can you tell me how to get the decline_code in declined case?
Thanks
Error Domain=com.stripe.lib Code=70 "Your card was declined" UserInfo={com.stripe.lib:ErrorMessageKey=Your card was declined., com.stripe.lib:StripeErrorCodeKey=card_declined, com.stripe.lib:StripeErrorTypeKey=card_error, com.stripe.lib:CardErrorCodeKey=com.stripe.lib:CardDeclined, NSLocalizedDescription=Your card was declined})
The text was updated successfully, but these errors were encountered:
We'll get this fixed in the next release. In the mean time, if you're using PaymentIntents, you may be able to find the decline code in its lastPaymentError property
hi team ,
according to the document, we should get the decline_code in declined case
but I debug and found there is no decline_code in error response.
Can you tell me how to get the decline_code in declined case?
Thanks
Error Domain=com.stripe.lib Code=70 "Your card was declined" UserInfo={com.stripe.lib:ErrorMessageKey=Your card was declined., com.stripe.lib:StripeErrorCodeKey=card_declined, com.stripe.lib:StripeErrorTypeKey=card_error, com.stripe.lib:CardErrorCodeKey=com.stripe.lib:CardDeclined, NSLocalizedDescription=Your card was declined})
The text was updated successfully, but these errors were encountered: