GoCardlessErrorerror_reasoninvalid_document_structure Field |
The JSON sent to the server was not in the correct structure.
Note that JSON parameters may not be sent at the top level, but must be sent under the name of the resource.
See the examples for details on how this is done for each endpoint.
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_document_structure = "invalid_document_structure"
Public Const invalid_document_structure As String = "invalid_document_structure"
Field Value
Type:
StringSee Also