#aries_api

1 messages ¡ Page 1 of 1 (latest)

thin groveBOT
#

👋 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/1440151325743648918

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

cobalt dew
#

Hi! Do you have the payment ID?

sullen basin
#

Hi Sam, let me check it

#

Hi Sam, sorry for i waited your for minutes but this is the payment intent: pi_3SPG6xI4OhsE1p4I0jkMD5a0

cobalt dew
#

Thanks! I am just looking into it.

#

Thanks for waiting! Guest customers are created with Checkout Sessions that don't create or use existing Customer objects. The Express Checkout Element itself doesn't create guest customers.

sullen basin
#

Thanks for the clarification @cobalt dew

#

And one more thing @cobalt dew , does express checkout element uses checkout sessions api?

#

from what I've develop, I haven't use any checkout session, only the checkout element directly

cobalt dew
sullen basin
#

yeah, i've processing payment using the Express Checkout Element via Stripe JS but why does it create a guest customer
from my flowchart in my development
after clicking the button for google pay, the UI show and then select a google pay wallets, in the confirmation part
i created a payment method, then create a client secret, and pass it to confirm payment api

cobalt dew
#

Where do you see a guest customer being created for your flow? Do you also have the guets customer object ID?

sullen basin
#

no, and i haven't pass any customer id in the request, we just happen to see the guest customer in the transaction in stripe dashboard
and in that customer, the payment method is being saved
we just want to confirm something that is it always create a guest customer for this if no customer attach to the api request

#

this is the guest customer id: gcus_1S3p72I4OhsE1p4IkuZQJJRb

cobalt dew