Gets the status of the current payment.

Syntax

Smartsite SXML CopyCode image Copy Code
enum this.status()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Enum
Enum values:
  • Uncertain
    No status returned by Ogone
  • Aborted
    User aborted payment
  • Payed
    Payment successful
  • Unpayed
    Payment unsucessful
  • Refunded
    Payment refunded
  • Inconsistent
    Callback data did not match local data. Possible fraud.

Used in

Macro Description
Payment This module allows integration of Ogone e-Commerce in a Smartsite iXperion site.
SXML