Process account application
Process the submitted application with the relevant provider.
Headers
Required for POST requests. Reuse the key only when retrying the same operation with an identical payload.
Path Parameters
Responses
| Status | Description |
|---|---|
200 |
Application processed |
400 |
Request failed. All gateway errors are returned as HTTP 400 with this envelope. |
200 response
One of the following variants:
Account kind.
Possible values: active, frozen, deleted, pending
- null (
null)
Processing stage where the error occurred.
Human-readable explanation of the processing error.
Machine-readable error code.
Suggested fix.
400 response
Human-readable error message.
Authorization
- ApiKeyAuth
Was this page helpful?