Śledziłem dokumentację Stripe i przykładową aplikację dotyczącą integracji z Apple Pay.Problem z integracją z Apple Pay/Stripe
W metodzie handlePaymentAuthorizationWithPayment pod createTokenWithPayment, otrzymuję błąd:
Error Domain=com.stripe.lib Code=50 "Your payment information is formatted improperly. Please make sure you're correctly using the latest version of our iOS library. For more information see https://stripe.com/docs/mobile/ios ." UserInfo=0x170261b40 {com.stripe.lib:ErrorMessageKey=Your payment information is formatted improperly. Please make sure you're correctly using the latest version of our iOS library. For more information see https://stripe.com/docs/mobile/ios ., NSLocalizedDescription=Your payment information is formatted improperly. Please make sure you're correctly using the latest version of our iOS library. For more information see https://stripe.com/docs/mobile/ios .}
ktoś wie jak rozwiązać ten problem? Używam najnowszej biblioteki Stripe.
Dzięki.
Witam Może, jeśli zapłacę za pomocą Apple Pay z moim Touch ID z paskiem w trybie testowym, czy nie będzie on obciążał mojej karty? –
@SaiJithendra Prawidłowe, karta nie obciąży karty, mimo że transakcja zakończy się powodzeniem na Twoim telefonie. –
Dziękuję za odpowiedź :) –