You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SDK you're using (please complete the following information):
Xero.NetStandard.OAuth2 3.32.0
Xero.NetStandard.OAuth2Client 1.6.0
Describe the bug
Creating a Contact with BatchPayments set has no effect for an Australian Xero contact. I just want to set the Reference field so that all payments automatically get this reference by default. I have tried setting the Reference field as well as the Details field (on Contact.BatchPayments), I've also tried setting both as below, and the SDK does not complain, yet the value is never reflected back on a GET, not visible on the UI and not present when generating payments. So my conclusion is that it's not being accepted and saved:
But is there a reason this can't be supported for Australia too? The Xero UI does support saving this - Financial Details -> Reference. It's somehow not supported by the API, yet the API does not return a 4xx error, it just silently accepts the value but doesn't actually save it.
Expected behavior
Setting BatchPayments in a contact creation via the API should allow the Reference and/or Details to be saved.
The text was updated successfully, but these errors were encountered:
SDK you're using (please complete the following information):
Describe the bug
Creating a Contact with
BatchPayments
set has no effect for an Australian Xero contact. I just want to set theReference
field so that all payments automatically get this reference by default. I have tried setting theReference
field as well as theDetails
field (onContact.BatchPayments
), I've also tried setting both as below, and the SDK does not complain, yet the value is never reflected back on a GET, not visible on the UI and not present when generating payments. So my conclusion is that it's not being accepted and saved:The documentation does say these are both NZ Only:
https://github.com/XeroAPI/Xero-NetStandard/blob/master/Xero.NetStandard.OAuth2/Model/Accounting/BatchPaymentDetails.cs#L62
But is there a reason this can't be supported for Australia too? The Xero UI does support saving this - Financial Details -> Reference. It's somehow not supported by the API, yet the API does not return a 4xx error, it just silently accepts the value but doesn't actually save it.
Expected behavior
Setting
BatchPayments
in a contact creation via the API should allow theReference
and/orDetails
to be saved.The text was updated successfully, but these errors were encountered: