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
I'm using Xeroizer to import payouts from Stripe. I'm creating two invoices -- one aggregate sale and one aggregate bill to cover the transactions and fees associated with a stripe sales in a given stripe payout. Once I have these, I'd like to create a BatchPayment in the bank account which includes those two transactions -- this way reconciliation is super easy and I just click "OK". Without the payout I have to manually find the two invoices and match them with each transaction on the bank side which takes more time.
The text was updated successfully, but these errors were encountered:
@CloCkWeRX I don't think that's what @untoldone had in mind, as Xero introduced an API for creating and retrieving batch payments in late 2018. While Xeroizer currently only supports reading the batch payment settings for a contact.
Not that I'm in any way against adding support for Batch Payments API to Xeroizer, but I don't think it would solve @untoldone' problem because one of the limitations for that API is "You can’t create a batch payment with a mixture of sales invoices and bills".
Looking to make use of https://developer.xero.com/documentation/api/batch-payments API.
I'm using Xeroizer to import payouts from Stripe. I'm creating two invoices -- one aggregate sale and one aggregate bill to cover the transactions and fees associated with a stripe sales in a given stripe payout. Once I have these, I'd like to create a BatchPayment in the bank account which includes those two transactions -- this way reconciliation is super easy and I just click "OK". Without the payout I have to manually find the two invoices and match them with each transaction on the bank side which takes more time.
The text was updated successfully, but these errors were encountered: