PaystackHQ / paystack-android

Paystack SDK for Android. Accept payments on Android
Apache License 2.0
126 stars 102 forks source link

Payment transaction issue #66

Closed gagan50 closed 4 years ago

gagan50 commented 5 years ago

Declined. Please use the test card since you are doing a test transaction. i'm using test card credentials that are mentioned below but it throw error

5438898014560229 cvv 564 Expiry: 10/20 Pin 3310 otp 12345

steveamaza commented 5 years ago

@gagan50 that's not a test card. FInd the test cards at https://developers.paystack.co/v2.0/docs/test-cards

gagan50 commented 5 years ago

ok thanks

gagan50 commented 5 years ago

now its showing error Please try again

gagan50 commented 5 years ago

String cardNumber = "5060 6666 6666 6666 666"; int expiryMonth = 10; //any month in the future int expiryYear = 22; // any year in the future. '2018' would work also! String cvv = "123"; // cvv of the test card

ellu15 commented 4 years ago

getting same error "Please try again" for all testing Verve cards.

steveamaza commented 4 years ago

@ellu15 what's the transaction reference so I can check? or the email address used

EQua-Dev commented 4 years ago

@steveamaza i used my personal email address and it keeps telling me "Invalid Email Address Passed"

michael-paystack commented 4 years ago

Hello, I'm closing this issue because it's been dormant for a while. Please open a new issue if this still needs to be addressed. Thanks

sterlingking1990 commented 3 years ago

If you still experience "invalid email address passed" check that you have charge.setEmail("customer_email@abc.com") when setting up the charge object. This solved it for me