Testing your Integration
Testing Overview
Troubleshooting
troubleshooting common errors important to consider how your app handles negative flows your customer's experience should a negative flow occur logic to communicate error messages customise how your app responds how to maintain application consistency it is advised to generate successful declines errors if you need to familiarise yourself with any of our key terms , see introduction docid\ s 8hoamytkgy13t0p657 common errors code error description possible reason resolution 403 sorry, but we were unable to authenticate your request please check your details and try again the incorrect api token api secret or endpoint has been sent check you have the correct environment (live or sandbox) for your api token api secret 86 sorry, this payment has been stopped as it is a duplicate transaction yourpaymentreference has already been used this value should be unique in order to protect your customers against duplicate transactions check you are providing a unique yourpaymentreference 154 your provided consumer reference is incorrect, please check your details and try again the incorrect yourconsumerreference has been used when making a token payment yourconsumerreference must match the original reference when the token was initially created 191 the purchase cannot be completed at this time for additional information please contact your card issuer at 0345 266 8634 "message" "unable to process transaction too many challenge attempts" the card issuer has declined this transaction please retry, or use a different card 70 sorry, but it looks like the card token specified is not valid please check your details and try again the cardtoken and yourconsumerreference are incorrect check the cardtoken and yourconsumerreference are valid network error if you initiate a payment, but do not receive a payment response confirmation due to a network error or internet outage, try the following to check the transaction status use the get /transactions endpoint from judopay’s transaction api and include yourpaymentreference and yourconsumerreference in the request this will return a list of transactions associated with those references for more information, see get transactions use the get /webpayments/{reference} and include the paymentsession reference returned in response to the creation of the session this will return the transaction associated with that payment session for more information, see get transactions with paymentsession implement webhooks webhooks notify your system when a transaction or event has taken place the benefit of using webhooks means you do not need to pull information from the judopay api for every event you can set up webhooks from the judopay portal for more information on setting up webhooks, see webhooks docid\ mqjiizxmcro1cpvauawud example web sdk network error message "{ "name" "error", "message" "network error" }" helping us before you contact our support teams, make sure you have captured the following the judoid the sandbox api token and secret the receiptid of the transaction this is judopay's unique reference for the transaction the specific error code (s) returned for example 154 | 77 | 175 | 182 yourpaymentreference this is your unique reference for the transaction time stamp when the issue occurred any screen shots showing the error these will help us investigate your issue