Jump to content
  • 0

Stripe Errors And Sets Up Account


skillednerd

Question

I am getting weird errors and unexpected issues with stripe.

 

I get this error when using a card.

Your card was declined.

The payment gateway returned an error when processing the request.

 

I have gotten the Live Secret Key and put that in the gateway settings have usd enabled

as that is what my site uses. 

 

Now what happens is when it declines it shows as an error charge under invoice.

But it automatically sets up the account. 

I checked the logs and its sending xxxxxxxxxxxxxxx for cc and exp here is part of log as 

I don't want to put private stuff. 

But next to the input it says success and output it says fail.

 

input success

https://api.stripe.com/v1/charges

a:3:{s:6:"amount";i:799;s:8:"currency";s:3:"usd";s:4:"card";a:10:{s:6:"number";s:16:"xxxxxxxxxxxxxxxx";s:9:"exp_month";s:2:"xx";s:8:"exp_year";s:4:"xxxx";s:4:"name";s:11:"kevin";s:13:"address_line1";s:17:"2709 ";s:13:"address_line2";s:7:"Apt ";s:11:"address_zip";s:5:"80910";s:13:"address_state";s:2:"CO";s:15:"address_country";s:3:"USA";s:3:"cvc";s:3:"xxx";}}
 
output - error
a:1:{s:5:"error";a:4:{s:7:"message";s:23:"Your card was declined.";s:4:"type";s:10:"card_error";s:4:"code";s:13:"card_declined";s:6:"charge";s:27:"ch_169OlBKG7OKSskFU7pEZncFA";}}
 
 
 
 
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

theres no transactions in stripe control panel. but in the logs you can see its sending xxxxxxxxxxxxxxxxxxx

for the number.

 

also when you have stripe enabled if you just put the order in the cart nothing else it sets up the account.

 

It shows no open invoices.

 

also it shows as error transactions not declined

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...