#brandon_error

1 messages ยท Page 1 of 1 (latest)

ionic furnaceBOT
#

๐Ÿ‘‹ Welcome to your new thread!

โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

๐Ÿ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1409620512493142137

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

viral crane
#

Event: setup_intent.setup_failed

#

I have the event IDS which I can provide through private message

fiery flax
#

hello, sharing the request ID or Event ID is fine here, please paste that here (the request ID preferrably)

#

@viral crane ^

viral crane
#

evt_1S061QDEfHDcLx5j77rn9EKg

fiery flax
#

ah you didn't say this is for a Checkout Session which is starting a Subscription (likely with a trial), right?

#

ah also, this is live mode???

#

I thought this was test mode testing

viral crane
#

This is live mode

#

I want to start a subscription. Yes.

#

Is it through Checkout session?

fiery flax
#

Is it through Checkout session?
I'm asking you

viral crane
#

That is what I am using. Yes.

fiery flax
#

did you not build the integration?

viral crane
#

I am wondering if I miss a configuration or something else

fiery flax
#

with live mode declines, there's nothing for me to say - that's really up to the banks if they authorize or decline. But really, tell me this - why are you testing in live mode? like what are you trying to do?

viral crane
#

I have asked the bank and they told me they do not see any transactions

#

I am trying to add a subscription through a coupon code using checkout.

#

Did my account get flagged?

fiery flax
#

Did my account get flagged?
I don't have visibility into that

#

you've tried in test mode using test cards, right? that works?

#

for live mode, my suggestion would just be "use a different card". There's nothing off that I see, just a card decline

viral crane
#

I used different cards and they all failed.

#

I saw in another thread there is a possibility of being flagged.

#

Can a ticket be sent to check on that?

fiery flax
#

you'll have to write into support https://support.stripe.com/contact for whether there's anything else

#

but from the visibility I have, your integration is OK and that's what I can advise on

viral crane
#

Checkout allows for subscriptions?

#

The subscription is found under payment links

#

Is that where the subscription is made?

fiery flax
#

what did you implement, Payment Links? Or Checkout Sessions?

viral crane
#

I am implementing checkout sessions

#

but on the stripe website, I used payment link to get the price_id

fiery flax
#

yes so I didn't understand your question

You said you implemented Checkout Sessions for Subscriptions

but you also asked:

Checkout allows for subscriptions?
๐Ÿ˜…

viral crane
#

Yes, I would like to know which flow is which

#

If I am using checkout sessions, can I use a price_id from payment links or is there another category I am missing

#

I am attaching an image. As a stand-alone, this worked.

#

Using the buy.stripe link. I was able to process payments.

#

Now I am switching to checkout sessions and using the price_id for the basic_automation, as found in the image.

fiery flax
#

If I am using checkout sessions, can I use a price_id from payment links or is there another category I am missing
yes you can. The Prices work with multiple objects, Payment Links, Subs, Checkout, etc.

#

Using the buy.stripe link. I was able to process payments.
ah that's good

viral crane
#

Any other ideas to help debug the issue?

fiery flax
#

there's no debugging for live mode, that's all just live and comes right from the bank

viral crane
#

test mode allows for more information to be seen? Is there a difference in logging?

fiery flax
#

no, test mode doesn't have more info, just that test mode has hardcoded cards that work and ones that don't . so easier to understand any integration issues

#

really, I can't help beyond this here

#

you have a card, you used it on a real charge, it failed

#

I don't have any more info on "why"

#

so you'd have to use different cards or talk to support

viral crane
#

Okay. For test mode. What other cards is available and working?

#

I have used 42424242

fiery flax
#

to take a step back

#

your integration is fine

#

it clearly works in test mode

#

and it worked in live mode

#

now some cards are not working

#

I don't have an answer for that sorry

viral crane
#

okay, alright, thanks for your time.