#.stevenp

1 messages · Page 1 of 1 (latest)

calm agateBOT
neon nest
#

it will reflect the final value of a transaction

grim epoch
#

ok, so if I want to set the billing descriptor that appears on the end consumers statement, should I update the charge object or the invoice object? Isn't the charge object only created after the customer was actually billed?

neon nest
#

No, I mean the Charge object is where you can confirm if the statement descriptor is reflected correctly

#

doesn't mean you can update it, sorry

#

In theory, it should takes your default billing descriptor as the Doc says

grim epoch
#

ah ok great understood. so as a default on the invoice.created webhook it will be null and the eventual charge that gets created will take the default value, but if you update the billing descriptor on the invoice.created it will reflect in the eventual charge object. is this an accurate understanding?