Hello,
I've created a sample app with the sdk provided and after the payment connector launches, I get the following error when I try and make a payment with the dev card provided.
When I upload the app pushed from Sandbox and run on the device I get the following error on the screen:
"Charge declined RE0539 - PLPOSDebit is invlaid| RE0665 - PLPOSDebitFlg is invalid|"
When I run the app directly on the deivce from the device I get the following error:
"Charge declined DECLINED No reason provided."
With the following logs;
I/DeviceHttpClient: PaymentActivity POST https://apisandbox.dev.clover.com/cos/v1/pay HTTP/1.1 took: 1196ms
/? E/CardPayHandler: onTransportError(Callback.java:112)[main]: Exception 499 Application error
com.clover.http.HttpResponseException{StatusCode=499, ReasonPhrase='Application error', ErrorBody={"code":999,"message":"{\"message\":\"Charge declined:DECLINED: No reason provided.\",\"extra\":{\"common\":\"{\\\"LocalDateTime\\\":\\\"20200506183438\\\",\\\"POSEntryMode\\\":\\\"901\\\",\\\"POSID\\\":\\\"0264\\\",\\\"MerchID\\\":\\\"RCTST0000008099\\\",\\\"TermEntryCapablt\\\":\\\"12\\\",\\\"CardCaptCap\\\":\\\"1\\\",\\\"STAN\\\":\\\"000099\\\",\\\"POSCondCode\\\":\\\"00\\\",\\\"TermLocInd\\\":\\\"0\\\",\\\"TermID\\\":\\\"00000001\\\",\\\"TrnmsnDateTime\\\":\\\"20200506183438\\\",\\\"TermCatCode\\\":\\\"12\\\"}\",\"func\":\"PINLESS_DEBIT\",\"authorizingNetworkName\":\"NYCE\",\"athNtwkId\":\"28\",\"exp\":\"202512\",\"cvmResult\":\"NO_CVM_REQUIRED\",\"tkntype\":\"1174\"},\"gatewayResult\":\"DECLINED\"}"}}
I/TransportErrorPayResult: fromThrowable(TransportErrorPayResult.java:202)[main]: Unable to get tags from transport error: org.json.JSONException: No value for clientData
/? I/TransportErrorPayResult: fromThrowable(TransportErrorPayResult.java:231)[main]: Found error message: Charge declined DECLINED No reason provided
1780-1780/? I/PaymentController: handlePayState(PaymentController.java:1931)[main]: handling pay state: FAILED_SWIPE
In the sandbox environment our uploaded app also has a status of: Pending Developer Approval
Not sure if that has something to do with it.
Please let us know how to proceed, with trying to create a transaction.
Thanks.