#Nick Ortega

1 messages · Page 1 of 1 (latest)

round helmBOT
slim ocean
#

What type of form are you using to accept payment? Payment Element? Card Element? Stripe Checkout?

random gale
#

I am using Payment Element

slim ocean
random gale
#

Okay, so I need to first update the Payment Intent using the first link, then update the the Payment Element using the second link?

#

Would I need to update any server side code or would this be mainly client side?

slim ocean
#

You would need to update the Payment Intent server-side, then update the Payment Element client-side using the stripe.js method

random gale
#

I've got both the create and update payment intent but it doesn't seem to be transferring the amount back when I check my stripe dashboard

rapid moon
#

Hi, stepping in here. Please give me a few minutes to catch up

random gale
#

I'm sorry I am a little new to this, in what order does this need to be done?

rapid moon
#

In that document that I've shared, we included some code examples that you can leverage. It would happen after you make the Payment Intent update call.