Click or drag to resize

GoCardlessErrorerror_typeinvalid_state Field

The action you are trying to perform is invalid due to the state of the resource you are requesting it on. For example, a payment you are trying to cancel might already have been submitted. The errors will give more details. If it occurs, the end user should be notified but should not be allowed to retry the action.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public const string invalid_state = "invalid_state"

Field Value

Type: String
See Also