Skip to content

Commit 333074c

Browse files
authored
Replaced all support emails with developer support on the dev portal. (iZettle#162)
1 parent a041d44 commit 333074c

File tree

6 files changed

+9
-24
lines changed

6 files changed

+9
-24
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,4 @@ When you have a developer account, choose one of the following app types based o
5252
* To build a partner-hosted app that is hosted by you as an integrator, [create a partner-hosted app](oauth-api/user-guides/create-an-app/create-a-partner-hosted-app.md).
5353

5454
## Get help
55-
Contact our [Integrations team](mailto:[email protected]) for more information.
56-
57-
When contacting the Integrations team, please provide the following information:
58-
59-
* Description about the issue. That includes:
60-
* What's the integration used for?
61-
* Which API or APIs are you using?
62-
* What went wrong?
63-
64-
* Information about affected merchants. That includes:
65-
* Emails of affected merchants.
66-
* UUIDs and organisation UUIDs of the affected merchants.
67-
To fetch UUIDs and organisation UUIDs, use the `GET users/self` endpoint of the OAuth API. For more information about using the endpoint, see [Get user info](authorization.md/#get-user-info).
55+
Contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).

finance-api/finance-api-migration-guide.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ These changes apply to both input parameter `includeTransactionType` and `origin
4242
and also apply to historical data.
4343

4444
## Support
45-
If you have any questions, please contact our service desk by sending an email to our
46-
[Integrations team](mailto:[email protected]).
45+
If you have any questions, please contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).

incidents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Incidents
22
=====================
3-
If you have questions about any incident, contact our [Integrations team](mailto:api@zettle.com).
3+
If you have questions about any incident, contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).
44

55
## March 2021
66
### Finance API returned wrong transaction type for transactions made with cards.

oauth-api/zettle-password-grant-migration-guide/zettle-password-grant-migration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Password grant for Zettle integrations is now deprecated and will be removed
1313
Update the integration to use an authentication grant supported by Zettle. You can find more information in this document and in the [Zettle OAuth2 API documentation](../../authorization.md).
1414

1515
## Support
16-
If you have any questions, please contact our service desk by sending an email to our [Integrations team](mailto:api@zettle.com).
16+
If you have any questions, please contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).
1717

1818
## Technical details
1919
Zettle API uses the OAuth 2.0 Authorization Framework. The Assertion grant is recommend to keep your integration secure. For more information about the assertion grant and other authentication flows, read more in the [Zettle OAuth2 API documentation](../../authorization.md).

pusher-api/api-reference.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ See example [Create a webhook subscription](#create-a-webhook-subscription).
9090
|403 Forbidden | Returned when the scope being used in the request is incorrect. <br/> E.g. If you provide a permission scope of `READ:PRODUCT` while creating a subscription for `PurchaseCreated` then the Pusher API will return 403 in the response.
9191
|400 Bad Request |Returned when one of the following occurs: <br/><ul><li>The `transportName` or `uuid` is missing in the request.</li><li>A subscription with the `uuid` passed in request already exists.</li><li>The `destination` is not accessible.</li></ul>
9292
|422 Unprocessable Entity |Returned when one of the following occurs: <br/><ul><li>The `destination` or `contactEmail` is missing in the request.</li><li>The `contactEmail` has an invalid value for email address.</li></ul>
93-
|500 Internal Server Error|Returned when one of the following occurs: <br/><ul><li>The `destination` responded with a non-successful HTTP response code.</li><li>The Pusher API encountered an internal server error. In case this error persists, contact [support](mailto:api@zettle.com).</li></ul>
93+
|500 Internal Server Error|Returned when one of the following occurs: <br/><ul><li>The `destination` responded with a non-successful HTTP response code.</li><li>The Pusher API encountered an internal server error. In case this error persists, contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).</li></ul>
9494
</details>
9595

9696
<details open="true">
@@ -139,7 +139,7 @@ See example [Get webhook subscriptions](#get-webhook-subscriptions).
139139
|---- |----
140140
|200 OK| Returned when the Pusher API returns a collection of subscriptions for the client.
141141
|401 Unauthorized |Returned when one of the following occurs: <br/><ul><li>The authentication information is missing in the request.</li><li>The authentication token has expired.</li><li>The authentication token is invalid.</li></ul>
142-
|500 Internal Server Error| Returned when the Pusher API encounters an internal server error. In case this error persists, contact [support](mailto:api@zettle.com).
142+
|500 Internal Server Error| Returned when the Pusher API encounters an internal server error. In case this error persists, contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).
143143
</details>
144144

145145

@@ -199,7 +199,7 @@ See example [Update a webhook subscription](#update-a-webhook-subscription).
199199
|405 Method Not Allowed | Returned when the `subscriptionUuid` is missing in the request.
200200
|400 Bad Request| Returned when the `eventNames` parameter contains events that are not supported by the Pusher API.
201201
|422 Unprocessable Entity| Returned when one of the following occurs: <br/><ul><li> Returned if the `destination` specified in the request is empty.</li><li>The `destination` value is not a valid HTTPS URL.</li></ul>
202-
|500 Internal Server Error| Returned when the Pusher API encounters an internal server error. In case this error persists, contact [support](mailto:api@zettle.com).
202+
|500 Internal Server Error| Returned when the Pusher API encounters an internal server error. In case this error persists, contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).
203203
</details>
204204

205205
<details open="true">
@@ -239,7 +239,7 @@ See example [Delete a webhook subscription](#delete-a-webhook-subscription).
239239
|204 No Content| Returned when the Pusher API deletes the subscription successfully.
240240
|401 Unauthorized |Returned when one of the following occurs: <br/><ul><li>The authentication information is missing in the request.</li><li>The authentication token has expired.</li><li>The authentication token is invalid.</li></ul>
241241
|404 Not Found|Returned when one of the following occurs: <br/><ul><li>The `subscriptionUuid` is missing in the request.</li><li>A subscription was not found for the `subscriptionUuid` passed in the request</li></ul>
242-
|500 Internal Server Error| Returned when the Pusher API encounters an internal server error. In case this error persists, contact [support](mailto:api@zettle.com).
242+
|500 Internal Server Error| Returned when the Pusher API encounters an internal server error. In case this error persists, contact our developer support at [Zettle Developer Portal](https://developer.zettle.com).
243243
</details>
244244

245245
<details open="true">

pusher-api/troubleshooting.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ This error usually returns when the destination URL is not up and running. Check
7878
7979
3. If you receive the error in a production environment, make sure that the destination URL is up and running.
8080
81-
4. Is HTTP status code 2xx returned?
82-
* Yes: The error is fixed.
83-
* No: Contact [Integrations team](mailto:[email protected]).
81+
4. If you get the HTTP status code 2xx, then the error is fixed.
8482
8583
## Related API reference
8684
* [Pusher API reference](api-reference.md)

0 commit comments

Comments
 (0)