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
@@ -80,7 +81,7 @@ We only support the `tls_client_auth` authentication method.
80
81
}
81
82
```
82
83
83
-
We've implemented version 3.1.4 of the [Open Banking accounts specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/accounts.html).
84
+
We've implemented version 3.1.5 of the [Open Banking accounts specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/Accounts.html).
84
85
85
86
Once you have a consent for a customer, you'll be able to see their:
86
87
@@ -99,7 +100,7 @@ or `ReadAccountsDetail` permission. In the former case, we will omit the account
99
100
100
101
## Balances
101
102
102
-
We've implemented version 3.1.4 of the [Open Banking balances specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/balances.html).
103
+
We've implemented version 3.1.5 of the [Open Banking balances specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/Balances.html).
103
104
104
105
When you query this endpoint, you'll see the customer's `InterimAvailable` balance. This is the same real-time balance
105
106
that our customers see in the Monzo app, and it includes pending and settled transactions.
@@ -133,7 +134,8 @@ that our customers see in the Monzo app, and it includes pending and settled tra
133
134
"SupplementaryData": {
134
135
"Declined": false,
135
136
"RawTransactionDescription": "MR PAYROLL SERVICE"
136
-
}
137
+
},
138
+
"TransactionMutability": "Mutable"
137
139
}
138
140
]
139
141
},
@@ -144,7 +146,7 @@ that our customers see in the Monzo app, and it includes pending and settled tra
144
146
}
145
147
```
146
148
147
-
We've implemented version 3.1.4 of the [Open Banking transactions specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/transactions.html).
149
+
We've implemented version 3.1.5 of the [Open Banking transactions specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/Transactions.html).
148
150
149
151
For consistency with our internal systems and the rest of our API, you will need to provide the start and end times in
@@ -162,9 +164,12 @@ identify transactions that are still pending.
162
164
You'll only be allowed to fetch transactions that were made in the range defined by `TransactionFromDateTime` and
163
165
`TransactionToDateTime` in your consent. If you try to access transactions outside this range, it won't work.
164
166
167
+
`TransactionMutability` was added in version 3.1.5 of the [Open Banking transactions specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/Transactions.html).
168
+
This field will always be set to `Mutable` because Merchant data and foreign exchange rate between authorisation and presentment for a card payment may vary between fetches.
169
+
165
170
## Parties
166
171
167
-
We've implemented version 3.1.4. of the [Open Banking parties specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/parties.html)
172
+
We've implemented version 3.1.5. of the [Open Banking parties specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/Parties.html)
168
173
169
174
We have implemented the `GET /party` and `GET /accounts/{accountId}/party` endpoints for reading details of the consent authoriser and `GET /accounts/{accountId}/parties` for reading the details of all account holders/owners. These endpoints return the IDs, preferred names, and legal names of account holders/owners.
170
175
@@ -267,7 +272,7 @@ any more.
267
272
268
273
## Direct Debits
269
274
270
-
We've implemented version 3.1.4 of the [Open Banking Direct Debits specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/direct-debits.html).
275
+
We've implemented version 3.1.5 of the [Open Banking Direct Debits specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/direct-debits.html).
271
276
272
277
We have only implemented `GET /accounts/{AccountId}/direct-debits` endpoint.
273
278
@@ -281,7 +286,7 @@ access Direct Debits that were collected within the last 90 days.
281
286
282
287
## Scheduled Payments
283
288
284
-
We've implemented version 3.1.4 of the [Open Banking Scheduled Payments specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/scheduled-payments.html).
289
+
We've implemented version 3.1.5 of the [Open Banking Scheduled Payments specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/scheduled-payments.html).
285
290
286
291
We have only implemented `GET /accounts/{AccountId}/scheduled-payments` endpoint.
287
292
@@ -295,7 +300,7 @@ You can access all scheduled payments as long as the customer has completed Stro
295
300
296
301
## Standing Orders
297
302
298
-
We've implemented version 3.1.4 of the [Open Banking Standing Orders specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/standing-orders.html).
303
+
We've implemented version 3.1.5 of the [Open Banking Standing Orders specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/standing-orders.html).
299
304
300
305
We have only implemented `GET /accounts/{AccountId}/standing-orders` endpoint.
Copy file name to clipboardExpand all lines: source/includes/_cbpii.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ redirect flow, with authentication taking place in the customer's Monzo app.
40
40
We only support the `tls_client_auth` authentication method.
41
41
42
42
## Confirmation of Funds
43
-
We have implemented version 3.1.4 of the [Open Banking Confirmation of Funds Specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/profiles/confirmation-of-funds-api-profile.html).
43
+
We have implemented version 3.1.5 of the [Open Banking Confirmation of Funds Specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/profiles/confirmation-of-funds-api-profile.html).
44
44
45
45
We use the **redirection flow** for approving consents.
Copy file name to clipboardExpand all lines: source/includes/_pis.md
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ have one hour.
46
46
47
47
## Domestic Payments
48
48
49
-
We've implemented version 3.1.4 of the [Open Banking Domestic Payments specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/pisp/domestic-payments.html).
49
+
We've implemented version 3.1.5 of the [Open Banking Domestic Payments specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/pisp/domestic-payments.html).
50
50
51
51
When you request a consent for Domestic Payments, you should provide `UK.OBIE.FPS` as the `LocalInstrument`.
52
52
@@ -57,7 +57,7 @@ You can only make payments in `GBP`. We don't support other currencies.
57
57
58
58
## Scheduled Payments
59
59
60
-
We've implemented version 3.1.4 of the [Open Banking Scheduled Payments specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/scheduled-payments.html).
60
+
We've implemented version 3.1.5 of the [Open Banking Scheduled Payments specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/scheduled-payments.html).
61
61
62
62
For consistency with our internal systems and the rest of our API, you will need to provide times in **RFC3339 format.**
63
63
@@ -76,7 +76,7 @@ All of our scheduled payments are sent in the early hours of the morning on the
76
76
77
77
## Standing Orders
78
78
79
-
We have implemented version 3.1.4 of the [Open Banking Standing Order specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.4/resources-and-data-models/aisp/standing-orders.html).
79
+
We have implemented version 3.1.5 of the [Open Banking Standing Order specification](https://openbankinguk.github.io/read-write-api-site3/v3.1.5/resources-and-data-models/aisp/standing-orders.html).
80
80
81
81
For consistency with our internal systems and the rest of our API, you will need to provide times in **RFC3339 format.**
82
82
@@ -142,6 +142,9 @@ The refund account data will be returned in the payment order creation response.
0 commit comments