#keira.luong-zephr

1 messages · Page 1 of 1 (latest)

lost badge
#

Have you tried Zephr whether this is someting they support?

foggy hearth
#

Not at this point unfortunately. They said I would have to request a new Zephr feature to be able to manipulate the paymentIntents object

lost badge
#

😦 Sorry to hear that - the onyl other object for you would be to somewhow update the Payment Intent yourself and add the metadata

foggy hearth
#

Any other object that I can update if I want to attach metadata to the payment?

#

Actually, adding a Statement Descriptor would work as well, not necessarily having to be metadata.

#

It seems like I have access to the createPaymentMethod call. Can I manipulate Payment/PaymentIntent object through that?

lost badge
#

No, that wouldn't work - that call is specifically for the Payment Method, not the Payment Intent

sturdy copper
#

@foggy hearth

Hi! When I console.log Stripe object, I see that it has a property named updatePaymentIntent but I cannot find any documentation regarding this. Can anyone provide me with more information about this property please? Thank you.

foggy hearth
#

thanks

sturdy copper
#

that isn't a public method

#

doubt that works either

#

is it declared with an _ on it?

foggy hearth
#

no, it's not declared with an _

sturdy copper
#

looking

#

ah it is there for a beta so unless you are part of it, your code wouldn't be/can't use it

foggy hearth
#

oh I see. Do you if this will be roll out to public soon?