Makes Boleto tax ID nullable in payment method details for Payment Records
What’s new
Updates the payment_method_details.boleto.tax_id property to be nullable on the Payment Record and Payment Attempt Record objects. Previously, this property always returned a string value. You can still provide the tax ID when recording Boleto payments, but it’s no longer required.
Impact
If your integration reads the tax_ from payment_ on Payment Record or Payment Attempt Record objects, it can now return null. Update any code that assumes this property is always present to handle a null value.