TransactionStatus: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Transaction status enumeration = This enum indicates the current status of a transaction. == Included in == Transaction status is used in the following structures: * D...") |
|||
Line 12: | Line 12: | ||
{{api_enum_table_header}} | {{api_enum_table_header}} | ||
|- | |- | ||
| | |||
Prepared || 0 || | |||
|- | |- | ||
Started || 1 || | |||
|- | |||
Succeeded || 2 || | |||
|- | |||
Timeout || 3 || | |||
|- | |||
ShopIsDeleted || 4 || | |||
|- | |||
ShopIsClosed || 5 || | |||
|- | |||
Rejected || 6 || | |||
|- | |||
ToAccountCommissionCalculatorNotExists || 7 || | |||
|- | |||
TransferredToTechnicalAccount || 8 || | |||
|- | |||
TransferToNotExistingUserStorno || 9 || | |||
|- | |||
FromToIdentical || 10 || | |||
|- | |||
FinalAmountGreaterThanTransactionamount || 11 || | |||
|- | |||
RejectedByShop || 12 || | |||
|- | |||
Storno || 13 || | |||
|- | |||
Reserved || 14 || | |||
|- | |||
Deleted || 15 || | |||
|- | |||
Expired || 16 || | |||
|- | |||
TransactionRecordNotExists || 101 || | |||
|- | |||
ShopTransactionIdNotEqual || 102 || | |||
|- | |||
TransactionStatusNotCorrect || 103 || | |||
|- | |||
FromAccountNotExists || 105 || | |||
|- | |||
FromAccountIsSuspendedOrDeleted || 106 || | |||
|- | |||
FromAccountBalanceIsNotEnough || 107 || | |||
|- | |||
ToAccountIsDeleted || 108 || | |||
|- | |||
FromAccountOwnerIsDeletedOrForbiddenOrSuspended || 109 || | |||
|- | |||
UserOverTransactionLimit || 110 || | |||
|- | |||
TransferFromTechnicalAccountNotExistsEmail || 121 || | |||
|- | |||
TransferFromTechnicalAccountNotExistsRelatedId || 122 || | |||
|- | |||
InvalidAmount || 123 || | |||
|- | |||
CardTopUpRequested || 200 || | |||
|- | |||
InvalidPaymentRecord || 210 || | |||
|- | |||
PaymentTimeOut || 211 || | |||
|- | |||
InvalidPaymentStatus || 212 || | |||
|- | |||
PaymentSenderOrrecipientIsInvalid || 213 || | |||
|- | |||
Unknown || 255 || | |||
|} | |} |
Revision as of 10:28, 3 February 2017
Transaction status enumeration
This enum indicates the current status of a transaction.
Included in
Transaction status is used in the following structures:
Property list
Prepared || 0 || Started || 1 || Succeeded || 2 || Timeout || 3 || ShopIsDeleted || 4 || ShopIsClosed || 5 || Rejected || 6 || ToAccountCommissionCalculatorNotExists || 7 || TransferredToTechnicalAccount || 8 || TransferToNotExistingUserStorno || 9 || FromToIdentical || 10 || FinalAmountGreaterThanTransactionamount || 11 || RejectedByShop || 12 || Storno || 13 || Reserved || 14 || Deleted || 15 || Expired || 16 || TransactionRecordNotExists || 101 || ShopTransactionIdNotEqual || 102 || TransactionStatusNotCorrect || 103 || FromAccountNotExists || 105 || FromAccountIsSuspendedOrDeleted || 106 || FromAccountBalanceIsNotEnough || 107 || ToAccountIsDeleted || 108 || FromAccountOwnerIsDeletedOrForbiddenOrSuspended || 109 || UserOverTransactionLimit || 110 || TransferFromTechnicalAccountNotExistsEmail || 121 || TransferFromTechnicalAccountNotExistsRelatedId || 122 || InvalidAmount || 123 || CardTopUpRequested || 200 || InvalidPaymentRecord || 210 || PaymentTimeOut || 211 || InvalidPaymentStatus || 212 || PaymentSenderOrrecipientIsInvalid || 213 || Unknown || 255 ||Enum value | Byte / int value | Description |
---|