v1

latestOpenAPI 3.1.02026-07-201774202.6 KB
Account holders

Unsuspend an account holder

Changes the status of an account holder from Suspended to Inactive. Account holders can have a Suspended status if you suspend them through the /suspendAccountHolder endpoint or if a verification deadline expires.

You can only unsuspend account holders if they do not have verification checks with a FAILED status.

post/unSuspendAccountHolder

Request body

accountHolderCodestring required

The code of the account holder to be reinstated.

Response

OK - the request has succeeded.

pspReferencestring

The reference of a request. Can be used to uniquely identify the request.

resultCodestring

The result code.

submittedAsyncboolean

Indicates whether the request is processed asynchronously. Depending on the request's platform settings, the following scenarios may be applied:

  • true: The request is queued and will be executed when the providing service is available in the order in which the requests are received.
  • false: The processing of the request is immediately attempted; it may result in an error if the providing service is unavailable.