Thanks Viktor, I think I was just coding without coffee. 😉 I had deleted the original payment method, and added new ones. Things seem to be working as expected today.
... View more
Thanks for clarifying. 🙂 I also discovered that to be the case. I'm now trying to query the Payments object by using a PaymentMethodId, but it always returns an empty response. Here is my query: SELECT Id, AccountId, Status, TransferredToAccounting FROM Payment WHERE PaymentMethodId = '2c92c0f858ddbc340158e05ef09c2d79' Any help is appreciated, thanks!
... View more
I'm using ZOQL to query the Payments object, and the data is returned as expected except for the 'TransferredToAccounting' field. Can someone explain what's going on? Here is my ZOQL query data object: { "queryString": `SELECT Id, AccountId, Status, TransferredToAccounting FROM Payment WHERE AccountId = 'some-account-id'` }
... View more