There’s a lot in the Stripe account about the failed charges. Is this something in particular you want to see?
CVC check and card expiry passed just fine.
Here’s some code — private customer info is removed.
—————
Parsed Request POST Body:
key: “pk_live_Sja7wI8kBids1dTDBYm8uVl5”
payment_user_agent: “stripe.js/127787e”
card:
number: “**** **** **** 2829”
cvc: “***”
exp_month: “11”
exp_year: “2018”
name: “PRIVATE”
address_line1: “PRIVATE”
address_line2: “”
address_city: “Goulburn “
address_state: “NSW”
address_zip: “2580”
address_country: “AU”
—————
Response body:
id: tok_17v1KPHSL11lSsmIKkDIeOb9
object: “token”
card:
id: card_17v1KOHSL11lSsmITAgCko6F
object: “card”
address_city: “Goulburn “
address_country: “AU”
address_line1: “PRIVATE”
address_line1_check: “unchecked”
address_line2: “”
address_state: “NSW”
address_zip: “2580”
address_zip_check: “unchecked”
brand: “MasterCard”
country: “AU”
cvc_check: “unchecked”
dynamic_last4: null
exp_month: 11
exp_year: 2018
funding: “credit”
last4: “2829”
metadata:
name: “PRIVATE”
tokenization_method: null
client_ip: “PRIVATE”
created: 1459413537
livemode: true
type: “card”
used: false
—————
Event data:
object:
id: ch_17v1LVHSL11lSsmI3E2NQ1aV
object: “charge”
amount: 2990
amount_refunded: 0
application_fee: null
balance_transaction: null
captured: false
created: 1459413605
currency: “usd”
customer: null
description: “B.B. Sprouts Order #192”
destination: null
dispute: null
failure_code: “card_declined”
failure_message: “Your card was declined.”
fraud_details:
invoice: null
livemode: true
metadata:
Order #: “192”
Total Tax: “0”
Total Shipping: “12.95”
Customer IP: “PRIVATE”
WP customer #: “3”
Billing Email: “PRIVATE”
order: null
paid: false
receipt_email: “PRIVATE”
receipt_number: null
refunded: false
refunds:
object: “list”
data:
has_more: false
total_count: 0
url: “/v1/charges/ch_17v1LVHSL11lSsmI3E2NQ1aV/refunds”
shipping:
address:
city: “Goulburn”
country: “AU”
line1: “PRIVATE”
line2: “”
postal_code: “2580”
state: “NSW”
carrier: null
name: “PRIVATE”
phone: “PRIVATE”
tracking_number: null
source:
id: card_17v1KOHSL11lSsmITAgCko6F
object: “card”
address_city: “Goulburn “
address_country: “AU”
address_line1: “PRIVATE”
address_line1_check: “unavailable”
address_line2: “”
address_state: “NSW”
address_zip: “2580”
address_zip_check: “unavailable”
brand: “MasterCard”
country: “AU”
customer: null
cvc_check: “pass”
dynamic_last4: null
exp_month: 11
exp_year: 2018
fingerprint: “YzskE2SAY2VLEfUz”
funding: “credit”
last4: “2829”
metadata:
name: “PRIVATE”
tokenization_method: null
source_transfer: null
statement_descriptor: “Online Shopping”
status: “failed”