From e7e04cc74c98a0202e02ec70c275d53ed8765226 Mon Sep 17 00:00:00 2001 From: Iulian Masar Date: Wed, 7 Sep 2022 09:11:29 +0300 Subject: [PATCH] version bump 3.16.0 --- CHANGELOG.md | 18 ++++++++++++++++++ MangoPay/Libraries/RestTool.php | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f03e35e3..2e32acc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## [3.16.0] - 2022-09-07 +##Added +**New country authorizations endpoints** + +Country authorizations can now be viewed by using one of the following endpoints: + +View a country's authorizations
+View all countries' authorizations + +With these calls, it is possible to check which countries have: + +- Blocked user creation +- Blocked bank account creation +- Blocked payout creation + +Please refer to the Restrictions by country +article for more information. + ## [3.15.0] - 2022-06-29 ##Added **Recurring: €0 deadlines for CIT** diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 6c252263..e2a01001 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -11,7 +11,7 @@ */ class RestTool { - const VERSION = '3.15.0'; + const VERSION = '3.16.0'; /** * Root/parent instance that holds the OAuthToken and Configuration instance