Some card payments are declined (using Stripe)

Some card payments are declined (using Stripe)

When a payment is submitted to your customer’s card issuer, the card issuer has automated systems that determine whether or not to authorise the payment. These systems take various signals into account, such as your customer’s spending habits, account balance, and card information like the expiration date and the security code at the back of the card.

When a card issuer declines a payment, they often provide helpful explanations, such as the card number or expiration date being incorrect, or that the customer does not have enough funds available to make the payment. You can check these explanations from the Stripe logs.

Login to your Stripe account.

Go to Developers menu option from the left menu and select Logs.







You will see a list of transactions, prefixed with '200 OK' for valid transactions:

 Search the transaction you are looking for by using the Filter tool:


Transactions that have been declined will be prefixed with an error code, e,g, '402 ERR':


Click on any transaction for which you want to see more information.

Look in the bottom section called 'Response Body' to see what information is available, e.g. payment declined due to insufficient funds:


    • Related Articles

    • Investigate card payments on Stripe

      Login to your Stripe account and head to the Transactions page from the left side menu. You can click on any order and search for any specific one using the search and filter options Using the 'Status' filter and selecting the 'Failed' option as an ...
    • Use Stripe to process card payments

      if you want to use a Stripe account to process card payments, you will need to provide us with both your Stripe 'Live Secret API Key' and 'Live Publishable API Key' in order to integrate it to your box office. 1. Open an account If you need to create ...
    • Change Stripe payments frequency

      You can change the frequency of the payments you receive from Stripe. Login to your Stripe account at https://dashboard.stripe.com/. Go to settings: Select Bank accounts and scheduling in the PAYMENTS AND PAYOUTS section of the Business settings: ...
    • Take card payments securely over the phone

      With growing concerns over security breaches and associated regulations tightening, you need to ensure that credit card transactions taken over the phone are both compliant and secure for the customers and your own peace of mind. Instead of taking ...
    • Get ready with SCA and Stripe

      If you use Stripe to process card payments, you need to meet the European SCA regulations. Your Little Box Office account is already meeting the regulations requirements but you need to make sure that your Stripe account is using the latest APi ...