#scubastereo
1 messages · Page 1 of 1 (latest)
Do you have a Charge ID or Request ID for the charge that was declined?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Still looking at the dev logs... one sec
I think this is the first instance of the issue, a post to /v1/customers that results in a 402 error noting the card was declined: req_rmPjiPVFiOe7x4
Looks like the cardholder will need to contact the bank. The decline is coming through as a generic decline from the issuing bank
That's why I think this is a weird error though - we're just trying to clone the customer and payment method, not trying to Authorize the card
Whenever a Payment Method is attached to a Customer it authorizes the card to make sure it's active, so that's why you're seeing this