#Bruna Pinto

1 messages · Page 1 of 1 (latest)

granite idolBOT
valid dragon
#

What object are you trying to add it to?

lament carbon
#

object charge. We need to add in "customer"

valid dragon
#

You cannot do that via the Stripe dashboard unfortunately. You can only add metadata via the dashboard if your working with Payment Intents

lament carbon
#

Im working with stripe using firebase extension

#

using CheckoutSessions

valid dragon
#

okay

#

I don't understand the relevance. Where are you hoping to add metadata? What are you hoping to add? Why?

lament carbon
#

I need to integrate custumer's data to integrate with Enotas (Brazil)

#

I need to add the custumer's name and other information to generate an invoice in ENOTAS

valid dragon
#

Alright, and where are you getting stuck?

lament carbon
#

I don't know where I can manually add this metadata in Stripe

valid dragon
#

Why not create a Customer instead of trying to pass metadata on the Charge?

lament carbon
#

This is a requirement of ENOTAS integration with Stripe, I necessarily need to pass this customer information inside the metadata on the Charge

valid dragon
#

Okay. does that need to happen during creation or later on?

lament carbon
#

Only in creation. However, several purchases have already been made without this metadata, so these customers do not have this information. In that case, we need to add it manually, correct?

vagrant berry
#

Hi 👋

@valid dragon had to go so I'm stepping in. The metadata you wish to add needs to be on the Customer object, or the Charge

#

?

lament carbon
#

Hello!! 😀

#

As far as I know, it needs to be on the Customer object

vagrant berry
#

Okay and you want to do this through the Dashboard?

lament carbon
#

If you have another easier way to add this information to the already created clients, it is better

vagrant berry
#

If so, you can do this for each Customer. Here's a shot of my test integration and an (obviously fake) customer. You can see I can edit the metadata and save it.

lament carbon
#

Alright!! Thank you very much

#

👍 😃