did checkout error

API Docs by APIMATIC

DID Checkout Error

Fields

NameDescription
error Required
String

Error description

error_dids Required
array<Number>

Unique identifiers of DIDs the error is related to

{
  "error": "error4",
  "error_dids": [
    8,
    9
  ]
}