#toxiCity

1 messages · Page 1 of 1 (latest)

runic dewBOT
sweet sonnet
lone pollen
#

Hello no payment method was returned here
id: 'seti_1NJOjSH3FYPq447eKFSR0XyI',
object: 'setup_intent',
application: null,
automatic_payment_methods: null,
cancellation_reason: null,
client_secret: 'seti_1NJOjSH3FYPq447eKFSR0XyI_secret_O5Zt0SHL3t5Th5ovpAlq0bDHnXLqDWI',
created: 1686868414,
customer: 'cus_O5SqgQ9qvwqNnz',
description: null,
flow_directions: null,
last_setup_error: null,
latest_attempt: null,
livemode: false,
mandate: null,
metadata: {},
next_action: null,
on_behalf_of: null,
payment_method: null,
payment_method_options: {
card: {
mandate_options: null,
network: null,
request_three_d_secure: 'automatic'
}
},
payment_method_types: [ 'card' ],
single_use_mandate: null,
status: 'requires_payment_method',
usage: 'off_session'
}

sweet sonnet
#

That means no Payment Method has been attached to that Setup Intent yet.

#

That's why the status is requires_payment_method.

#

What are you trying to do?

lone pollen
#

Hmmm.

#

I have created card details from react using Elements

#

after submitting, that should have been attached to the setup intent no?

#

They used the same customer ID

sweet sonnet
#

What does "submitting" mean?

#

Are you confirming the Setup Intent client-side?

lone pollen
#

yes it was confirmed from client side

sweet sonnet
lone pollen
#

I don't have a dashboard access

sweet sonnet
#

As far as I can tell there isn't one for this Setup Intent; I'm wondering if there's a different request for a different Setup Intent or something.

#

You're not going to be able to get very far with debugging without Dashboard access. Why can't you access the Dashboard?

lone pollen
#

I think I found the issue

#

I am getting this

#

This is from the confirm_setup

sweet sonnet
#

That's a different issue. The Setup Intent you showed above was only created, not confirmed or succeeded.

#

You really need Dashboard access to debug this. Can you create a test account and test there with Dashboard access instead?

lone pollen
#

I'll ask my client

#

last question

#

is the client_secret_key obtained from intentSetup

#

yeah got the issue now