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
I'm getting an error whenever I try a chip & PIN payment. It's highly reproducible over all my test readers and cards.
Here's what I think is the relevant part of the log:
2020-07-29 13:47:31.049609+0100 FerryApp[1233:337256] ERROR: [paymentDevice.miura.cardMetadataParser] Unable to parse card metadata: TypeError: undefined is not an object (evaluating 'responsePacket.apdu.data.toString') from : <----
Card reader response: SW1: 0x9f SW2: 0xff
---->
2020-07-29 13:47:31.069408+0100 FerryApp[1233:337256] WARN: [paymentDevice.miura] Contact tx Response from device was not handled <----
Card reader response: SW1: 0x9f SW2: 0xff
---->
2020-07-29 13:47:31.085258+0100 FerryApp[1233:337256] ERROR: [tx.cardPresentedHandler] TxFailed {
"domain": "PaymentDevice",
"code": "15",
"err": "{\"code\":\"15\",\"domain\":\"PaymentDevice\",\"line\":79203,\"column\":38,\"sourceURL\":\"manticore://root\"}"
}
I don't know where to start with debugging this, since it all seems to happen internally in the device after inserting the card, but before anything comes back to my controller...
Any help at all (or pointers) will be very gratefully received!
Cheers,
Chris
ps - for completeness, Here's the full output log of the transaction:
I'm getting an error whenever I try a chip & PIN payment. It's highly reproducible over all my test readers and cards.
Here's what I think is the relevant part of the log:
I don't know where to start with debugging this, since it all seems to happen internally in the device after inserting the card, but before anything comes back to my controller...
Any help at all (or pointers) will be very gratefully received!
Cheers,
Chris
ps - for completeness, Here's the full output log of the transaction:
The text was updated successfully, but these errors were encountered: