From 547089ddf2b894c95b2c195a24d1494eaf73d0bf Mon Sep 17 00:00:00 2001 From: chamard Date: Thu, 24 Sep 2020 16:14:59 +0100 Subject: [PATCH] Add payment services endpoint. See: https://developer.xero.com/documentation/api/payment-services --- xero/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/xero/api.py b/xero/api.py index c1d9a149..62998a3c 100644 --- a/xero/api.py +++ b/xero/api.py @@ -28,6 +28,7 @@ class Xero(object): "ManualJournals", "Organisations", "Overpayments", + "PaymentServices", "Payments", "Prepayments", "PurchaseOrders",