#keira.luong-zephr
1 messages · Page 1 of 1 (latest)
Not at this point unfortunately. They said I would have to request a new Zephr feature to be able to manipulate the paymentIntents object
😦 Sorry to hear that - the onyl other object for you would be to somewhow update the Payment Intent yourself and add the metadata
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?
No, that wouldn't work - that call is specifically for the Payment Method, not the Payment Intent
@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.
thanks
that isn't a public method
doubt that works either
is it declared with an _ on it?
you pretty much have to use anythign that is publicly documented at https://stripe.com/docs/js/including
Complete reference documentation for the Stripe JavaScript SDK.
looking
ah it is there for a beta so unless you are part of it, your code wouldn't be/can't use it
oh I see. Do you if this will be roll out to public soon?