e-nkap Callback URL Setup API
Use this API to configure programmatically the redirect and Instant Transaction Notification URL.
URL | /api/order/setup |
HTTP method | PUT |
Request | |
Content-Type | application/json |
Path Params | none |
Query Params | none |
Header Params | Authorization: Bearer <access token> |
Body | CallbackURLSetupRequest - [JSON] |
Example
Request |
PUT /<path>/api/order/setup HTTP/1.1 " |
Response |
HTTP/1.1 200 OK |
Data Types
Input Data Types:
Name | Type | Required | Maximum Length | Description |
returnUrl | string | Y | 255 | The URL to which the customer will be redirected once the payment has been completed on the e-nkap portal. When invoking this URL, e-nkap redirects the browser with the following URL:
|
notificationUrl | string | Y | 255 | The callback URL to which e-nkap will notify your e-Shop whenever the payment status has changed. When invoking this URL, e-nkap calls your server with the following enhanced notification URL:
|