#Matteo Pelle-paymentintent
1 messages · Page 1 of 1 (latest)
hi! not sure I follow exactly.
you can pass metadata when creating a PaymentIntent yes, not just on the update API.
because I have a lot of create payment intent which for some error are then not associated with the order but the payment is made
does the reasoning come back to you?
but if I create the payment after I create the order I will have another problem
are you a developer writing your own code for this?
I'm developer on SFCC link cartridge
I have a lot of create payment intent which for some error
what sort of error do you get from Stripe? do you have an example? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is one case of the flow of order is break
then I have a payment intent not associate at order
hmm I can't find that request ID, is there a typo in your link?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
sorry
that request succeeded and I don't see anything wrong it on the Stripe side
yes of course
so how can I (as someone who works at Stripe) help you?
I know nothing about SFCC, if you have a bug with that not creating some concept of an 'order' in its own system, I can't help you with that.
I am trying to explain that if for some reason I fail to do the update call after creating the order I will have a loose payment and the customer will not have the associate
I see. How can I help you? again, the concept of an "order" is something on your side.
you can set metadata on creating the PaymentIntent instead of doing it in an update call that you're worried might fail, that's totally supported and an option! https://stripe.com/docs/api/payment_intents/create#create_payment_intent-metadata
but the payment should take place only after closing the order, I did not write the cartridge
neither did I
ok it's corret, but if the payment intent fail, I create the order and after i dont have a payment
I don't understand you
is there a call for availability to pay without stealing the money from the customer as is the case with intent payment?
I have no idea what that means, I'm sorry. There's a language barrier.
sorry for my english
We can only help developers directly integrating with the Stripe API on this Discord channel. We know nothing about SFCC.
if you write to https://support.stripe.com/?contact=true I believe we have a team that can provide support for it and possibly can help.