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: README.md
+1-13
Original file line number
Diff line number
Diff line change
@@ -52,16 +52,4 @@ When you have a developer account, choose one of the following app types based o
52
52
* 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).
53
53
54
54
## 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).
Copy file name to clipboardexpand all lines: oauth-api/zettle-password-grant-migration-guide/zettle-password-grant-migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ The Password grant for Zettle integrations is now deprecated and will be removed
13
13
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).
14
14
15
15
## 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).
17
17
18
18
## Technical details
19
19
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).
Copy file name to clipboardexpand all lines: pusher-api/api-reference.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ See example [Create a webhook subscription](#create-a-webhook-subscription).
90
90
|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.
91
91
|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>
92
92
|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>
94
94
</details>
95
95
96
96
<detailsopen="true">
@@ -139,7 +139,7 @@ See example [Get webhook subscriptions](#get-webhook-subscriptions).
139
139
|---- |----
140
140
|200 OK| Returned when the Pusher API returns a collection of subscriptions for the client.
141
141
|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).
143
143
</details>
144
144
145
145
@@ -199,7 +199,7 @@ See example [Update a webhook subscription](#update-a-webhook-subscription).
199
199
|405 Method Not Allowed | Returned when the `subscriptionUuid` is missing in the request.
200
200
|400 Bad Request| Returned when the `eventNames` parameter contains events that are not supported by the Pusher API.
201
201
|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).
203
203
</details>
204
204
205
205
<detailsopen="true">
@@ -239,7 +239,7 @@ See example [Delete a webhook subscription](#delete-a-webhook-subscription).
239
239
|204 No Content| Returned when the Pusher API deletes the subscription successfully.
240
240
|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>
241
241
|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).
0 commit comments