#Bruna Pinto
1 messages · Page 1 of 1 (latest)
What object are you trying to add it to?
object charge. We need to add in "customer"
You cannot do that via the Stripe dashboard unfortunately. You can only add metadata via the dashboard if your working with Payment Intents
okay
I don't understand the relevance. Where are you hoping to add metadata? What are you hoping to add? Why?
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
This is the service I use https://enotas.com.br
Oferecemos as soluções 100% automáticas para Nota Fiscal de Serviço (NFSe), Produto (NFe) e Consumidor (NFCe) mais simples e poderosas da Galáxia!
Alright, and where are you getting stuck?
I don't know where I can manually add this metadata in Stripe
Why not create a Customer instead of trying to pass metadata on the Charge?
This is a requirement of ENOTAS integration with Stripe, I necessarily need to pass this customer information inside the metadata on the Charge
Okay. does that need to happen during creation or later on?
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?
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
?
Okay and you want to do this through the Dashboard?
If you have another easier way to add this information to the already created clients, it is better
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.