status property

String status
final

Current status of the transaction.

Common values:

  • 'success' - Payment completed successfully
  • 'failed' - Payment failed
  • 'abandoned' - Customer abandoned payment
  • 'reversed' - Transaction was reversed
  • 'ongoing' - Payment is still in progress

Implementation

final String status;