#toxiCity

1 messages · Page 1 of 1 (latest)

barren zenithBOT
undone plover
#

SetupIntents will have a customer property with that ID if they are associated with a Customer

real mantle
#

let me check

#

{
"id": "seti_1NIAQjH3FYPq447eRB1Z0EJ1",
"object": "setup_intent",
"automatic_payment_methods": null,
"cancellation_reason": null,
"client_secret": "seti_1NIAQjH3FYPq447eRB1Z0EJ1_secret_O4J22hw9keJNd4zd1cvBJEDfR4i5eft",
"created": 1686575109,
"description": null,
"last_setup_error": null,
"livemode": true,
"next_action": null,
"payment_method": "pm_1NIAREH3FYPq447e8pG4LZAv",
"payment_method_types": [
"card"
],
"status": "succeeded",
"usage": "off_session"
}

#

it doesnt have a customer value

#

hello?

undone plover
#

Hello, the server is pretty busy. Answering as quickly as I can but itcan take a bit

#

Is that the intent that you got back client-side? I see customer: "cus_O4J2r5wKpkVGa7", on that intent. When you retrieve the customer server-side, it should always show that customer ID. When you get the intent client-side, you only get a partial version of the intent

real mantle
#

how to retrieve the customer

#

specific customer

undone plover
real mantle
#

the link that you sent requires the customer ID as parameter to retrieve the customer data

undone plover
#

Where did you get the json that you sent me? What function call returned it?

real mantle
#

I got it as a response from setting up setupIntent

#

This is what I am looking for thanks