Przejdź do głównej zawartości

Shop URLs

POST 

/v3/configuration/shop/urls

To configure the shop's URLs, you use a configuration resource. You can set up continue and notification URLs.

Request

Header Parameters

    Signature stringrequired

    The Signature header is used to ensure the request’s body integrity and to confirm that its content has not changed.

    User-Agent string

    The User-Agent request header contains a characteristic string that allows the network protocol peers to identify the application type, operating system, software vendor or software version of the requesting software user agent.

    Accept stringrequired

    The Accept request HTTP header advertises which content types, expressed as MIME types, the client is able to understand. Can be set to */*.

    Content-Type stringrequired

    The Content-Type entity header is used to indicate the media type of the resource.

Body

    notificationUrl string

    URL that Paynow sends payment notifications

    Example: https://shopdomain.com/paynow/notifications
    continueUrl string

    Return to shop URL

    Example: https://shopdomain.com/paynow/callback

Responses

Accepted

Loading...