GoCardlessErrorerror_reasonunsupported_media_type Field |
The API communicates using JSON only.
Make sure that your Accept header permits JSON, and your Content-Type header is supported, if you are sending JSON data (e.g. with a POST or PUT request).
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public const string unsupported_media_type = "unsupported_media_type"
Public Const unsupported_media_type As String = "unsupported_media_type"
Field Value
Type:
StringSee Also