Maximum items per page
Default:20
>= 1<= 100
Items to skip
Default:0
>= 0
Get Subscription.
Maximum items per page
Default:20
>= 1<= 100
Items to skip
Default:0
>= 0
OK
Match pattern:^https://
<= 500 characters
Subscribe to transactions notifications. Any subsequent calls will modify callbackUrl. To receive notifications, use a webhook and process POST requests that API sends to that endpoint. For more information about structure of notification, please see SuccessCallbackDTO and FailureCallbackDTO. After you receive a notification, return a HTTP status code. To acknowledge, please return any 2xx code. In case of nack, API will try to send notification at most 3 times with exponential backoff starting from 1s.
URL to endpoint which will listen to transactions updates. Must be resolvable
Match pattern:^https://
<= 500 characters
Example:https://vitu.com/callback
Successfully subscribed
Unsubscribe to transactions updates
Successfully unsubscribed
Sets callback security configuration
If hmac key is set for callbacks then we use HMAC/SHA256 algorithm to calculate the hash and encode the result into base64 string. The end result is sent in X-HMAC header.
<= 500 items
OK