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
Copy file name to clipboardExpand all lines: xero_bankfeeds.yaml
+55-28Lines changed: 55 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -558,20 +558,25 @@ components:
558
558
example: 079a88ea-276d-41fb-a1f1-366ef3e22921
559
559
description: Xero identifier for a bank account in Xero. Must be included if AccountNumber is not specified.
560
560
accountType:
561
-
enum:
562
-
- BANK
563
-
- CREDITCARD
561
+
anyOf:
562
+
- enum:
563
+
- BANK
564
+
- CREDITCARD
565
+
type: string
566
+
- type: string
564
567
example: BANK
565
568
description: High level bank account type - BANK CREDITCARD BANK encompasses all bank account types other than credit cards.
566
569
currency:
567
570
$ref: '#/components/schemas/CurrencyCode'
568
571
country:
569
572
$ref: '#/components/schemas/CountryCode'
570
573
status:
571
-
type: string
572
-
enum:
573
-
- PENDING
574
-
- REJECTED
574
+
anyOf:
575
+
- type: string
576
+
enum:
577
+
- PENDING
578
+
- REJECTED
579
+
- type: string
575
580
example: REJECTED
576
581
description: the current status of the feed connection
577
582
error:
@@ -620,10 +625,13 @@ components:
620
625
example: 87cb0dc8-fa32-409c-b622-19f8de8dcc83
621
626
description: The Xero generated feed connection Id that identifies the Xero Bank Account Container into which the statement should be delivered. This is obtained by calling GET FeedConnections.
622
627
status:
623
-
enum:
624
-
- PENDING
625
-
- REJECTED
626
-
- DELIVERED
628
+
anyOf:
629
+
- enum:
630
+
- PENDING
631
+
- REJECTED
632
+
- DELIVERED
633
+
type: string
634
+
- type: string
627
635
example: PENDING
628
636
description: Current status of statements
629
637
startDate:
@@ -741,21 +749,23 @@ components:
741
749
description: Human readable detailed error description.
742
750
example: The application has not been configured to use these API endpoints.
description: 3 letter alpha code for the ISO-4217 currency code, e.g. USD, AUD.
777
792
example: AUD
778
793
type: string
@@ -940,7 +955,13 @@ components:
940
955
- ZMW
941
956
- ZMK
942
957
- ZWD
943
-
CountryCode:
958
+
CurrencyCode:
959
+
description: 3 letter alpha code for the ISO-4217 currency code, e.g. USD, AUD.
960
+
anyOf:
961
+
- $ref: '#/components/schemas/CurrencyCodeClosed'
962
+
- type: string
963
+
example: AUD
964
+
CountryCodeClosed:
944
965
type: string
945
966
example: GB
946
967
description: ISO-3166 alpha-2 country code, e.g. US, AU This element is required only when the Application supports multi-region. Talk to your Partner Manager to confirm if this is the case.
@@ -1185,3 +1206,9 @@ components:
1185
1206
- ZA
1186
1207
- ZM
1187
1208
- ZW
1209
+
CountryCode:
1210
+
description: ISO-3166 alpha-2 country code, e.g. US, AU This element is required only when the Application supports multi-region. Talk to your Partner Manager to confirm if this is the case.
0 commit comments