shopStartPaymentResponse

Extends: response
Namespace: (default namespace)
XML Schema: ns0.xsd

XML

Elements

name (type) min/max
occurs
description
payed (boolean) 1/1 This is true if the payment was successful, otherwise the payment needs perhaps a redirect or some time too complete.
transactionId (int) 1/1 The transaction id of the payment process. This id is needed if you want to check the status of a transaction.
redirectUrl (string) 0/1 The redirect url where to user should go with a browser to complete the request. After completion (ok or nok) the browser window will be closed. Use the check payment request to get status.

JSON

property type description
payed payed (boolean) This is true if the payment was successful, otherwise the payment needs perhaps a redirect or some time too complete.
transactionId transactionId (int) The transaction id of the payment process. This id is needed if you want to check the status of a transaction.
redirectUrl redirectUrl (string) The redirect url where to user should go with a browser to complete the request. After completion (ok or nok) the browser window will be closed. Use the check payment request to get status.