#icmitch-paymentmethod-update
1 messages · Page 1 of 1 (latest)
icmitch-paymentmethod-update
Hey @sharp sandal do you have an example for me to look at?
Hey @pearl vine! I unfortunately cannot share any real ids or anything along those lines as I do not have ownership of the Stripe accounts we discovered this in. I can provide a redacted example.
We are seeing the payment method details look like this:
"card": {
"brand": "mastercard",
"checks": {
"address_line1_check": null,
"address_postal_code_check": null,
"cvc_check": null
},
"country": "US",
"exp_month": 9,
"exp_year": 2021,
"fingerprint": "REDACTED",
"funding": "debit",
"installments": null,
"last4": "REDACTED",
"mandate": null,
"network": "mastercard",
"three_d_secure": null,
"wallet": null
},
"type": "card"
}```
For charge.succeeded events
This came through at 1664891945 on api version 2020-08-27
I don't believe there is a way that I could trigger an automatic card update on a test account to produce a minimum viable reproduction of this.
Looks like that is an action in the CLI. Let me try that,
no that won't work
Not much I can do then unfortunately. I cannot think of a real way to trigger this event without extreme levels of setup and guesswork. Would sharing the full webhook event with the ids redacted help?
If not, is there a place like a GitHub issues page or something along those lines for me to register this with?
Sorry there's nothing I can do without a real example. You likely need to work directly with our support team instead