#atul

1 messages · Page 1 of 1 (latest)

noble pierBOT
prisma ermine
#

👋 happy to help

#

I'm not really following, could you please elaborate?

weary otter
#

stripe.customers.update(
customer_id,
{ name: billing_address, invoice_settings: { custom_fields: [{ name: 'VAT', value: tax_identification_number }] } },
);

#

NOw wehn i sending empty value for VAT, its throwing error

#

What can be done unset the value of VAT field

prisma ermine
#

give me a second there's a way of doing this but I don't have it of the top of my head

weary otter
#

Hello there

prisma ermine
#

yes still looking please give me a second

weary otter
#

I ngot the solution

#

provide custom_settings = ''

prisma ermine
#

sorry I was really still looking

#

in node I wasn't sure whether undefined or null would work

#

I'm pretty sure that there's a special enum or something in other languages

#

but it was a bit busy in discord

#

sorry again for the inconvenience

weary otter
#

thats fine

#

thanks for your help

prisma ermine
#

let me know if you need any more help