List of possible states
Entity | State | Description |
---|---|---|
customer | created | Customer has been created. |
customer | active | Customer is active. |
customer | failed | Customer has failed. Refer to the given reason code why. |
bankAccount | created | BankAccount has been created. |
bankAccount | active | BankAccount is active. |
bankAccount | failed | BankAccount has failed. Refer to the given reason code why. |
mandate | created | Mandate has been created. |
mandate | pendingApproval | Waiting for an approval by the customer. |
mandate | pendingReview | Waiting for a review decision by the merchant. |
mandate | pendingSubmission | The mandate is pending to be submitted. This may be due to the fact that the set time for SubmitAfter is still in the future. Only after this time has passed, a PDF is generated for the mandate and the status can be set to 'active'. |
mandate | submitted | Mandate has been sent to the bank. Changes to the payment are not possible anymore. Only relevant for payment scheme BACS. |
mandate | active | Mandate is active. |
mandate | failed | Mandate has failed. Refer to the given reason code why. |
mandate | discarded | Mandate has been discarded. |
mandate | expired | Mandate has been expired |
payment | created | Payment has been created. |
payment | pendingApproval | Waiting for an approval by the customer. |
payment | pendingReview | Waiting for a review decision by the merchant. |
payment | pendingSubmission | Payment cannot be sent to the bank at the moment, e.g. SubmitAfter is set in the Future. |
payment | pendingMandate | Waiting for the mandate to be set to active. |
payment | submitted | Payment has been sent to the bank. Changes to the payment are not possible anymore. |
payment | failed | Payment has failed. Refer to the given reason code why. |
payment | paid | Payment was successfully paid. |
payment | chargedBack | Payment has been charged back. Refer to the given reason code why. |
hostedPage | created | hostedPage has been created. |
hostedPage | pending | hostedpage is started but not yet completed. |
hostedPage | failed | hostedPage has failed. Refer to the given reason code why. |
hostedPage | success | hostedPage has been successfully completed. |
Updated 9 months ago