#Kpovoc

1 messages · Page 1 of 1 (latest)

gloomy stirrupBOT
weak peak
#

Intent looks similar to:

"next_action": {
  "type": "use_stripe_sdk",
  "use_stripe_sdk": {
    "directory_server_encryption": {
      "algorithm": "RSA",
      "certificate": "-----BEGIN CERTIFICATE-----\n<long key>\n-----END CERTIFICATE-----\n",
      "directory_server_id": "A000000003",
      "root_certificate_authorities": [
        "-----BEGIN CERTIFICATE-----\n<another long key>\n-----END CERTIFICATE-----\n"
      ]
    },
    "directory_server_name": "visa",
    "merchant": "acct_1asfasfsadfasfasd",
    "one_click_authn": null,
    "server_transaction_id": "bf00606f-4378-4609-ad87-112321312313",
    "three_d_secure_2_source": "src_1zxcvzxcvzxcvzxvzxvzx",
    "three_ds_method_url": "",
    "three_ds_optimizations": "kf",
    "type": "stripe_3ds2_fingerprint"
  }
},
indigo badger
weak peak
#

Right now, just looking for a quick manual work around for affected customers while we attempt to properly fix the bug.

#

🙏 ?

#

Are you still there?

indigo badger
#

Hi sorry for the delay!

#

Ah, a few things might be getting mixed up here

#

SetupIntents don't use coupons since the point of a SetupIntent is solely to collect customer payment details

#

PaymentIntents use coupons. If a coupon removes 100% of an amount, no charge is created so there's no need to get additional authentication

#

Can you share a subscription ID you're looking at?

weak peak
#

sure. this is one sub_1M3xC3H7JZi7iWXntG6SkcJe

#

When testing on staging/Stripe Testing. I was able to recreate the same issue by using the 3DS card. But I could resolve it by going to the url from the pending_setup_intent. When looking at this live one though, the pending_setup_intent looks much different and does not appear to have a url anywhere.

#

@indigo badger Did that help?

indigo badger
#

Sorry, still digging!

weak peak
#

No worries. I’m out of time today. Do I come back to this same thread tomorrow?

indigo badger
#

Hm, this subscription is active

weak peak
#

Correct, but it still has a pending_setup_intent

indigo badger
#

Ah yep, I see it

weak peak
#

We have a couple of more like that one, so we need some kind of solution we can repeat with them, until we get it fixed properly

indigo badger
weak peak