Skip to main content

TransactionStatus

The transaction status:

  • PENDING - Transaction is created and further action is required by the customer.
  • PROCESSING - Transaction is scheduled for processing by the payment provider.
  • COMPLETED - Transaction is completed. Note that some transactions might be completed from Embedded Wallet point of view, but not from customer point of view, since money movement might take some time outside of the Embedded Wallet network.
  • FAILED - Transaction is failed. Check STATUS_REASON property for details.
  • CANCELLED - Transaction have been cancelled
  • REFUNDED - Valid only for deposit transactions.
  • DECLINED - transaction is declined.

    string

    Possible values: [PENDING, PROCESSING, COMPLETED, FAILED, CANCELLED, REFUNDED, DECLINED]