shopCheckPaymentResponse
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. |
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. |
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. |