Skip to main content

TransactionStatus

Represents the status of a transaction.

  • 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.
  • REVERSED - An approved authorization was reversed by merchant's acquiring bank. On rare occasions, an authorization can also be reversed due to the approval taking longer than expected. As a result, Paysafe reverses a previously approved authorization to update the balance accordingly.
stringTransactionStatus (string)

Represents the status of a transaction.

  • 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.
  • REVERSED - An approved authorization was reversed by merchant's acquiring bank. On rare occasions, an authorization can also be reversed due to the approval taking longer than expected. As a result, Paysafe reverses a previously approved authorization to update the balance accordingly.

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

Example: COMPLETED
TransactionStatus
"COMPLETED"