Demo or Productive Transaction
This guide is for the HTML integration of Smart Checkout. If you feel not confident with it, or before you start a new integration, please get in touch with our friendly help desk:Link
You can create your Smart Transaction in demo mode. This is useful for testing, especially during integration.
For demo transactions, no payment is being processed. Demo transactions can be filtered and excluded in SecuOffice.
HTML
<
form
class
=
"sc-autobasket-form"
data-sc-contract-id
=
"GCR_2H69XY35227V2VKP9WRA3SJ0W95RP0"
data-sc-intent
=
"order"
data-sc-is-demo
=
"true"
>
The demo mode is a boolean value:
true: The Smart Transaction is marked as demo transaction. The payment is not processed.
false: The Smart Transaction is handled as a productive one. The payment will be processed.
The default value is false, production.