Users

Logout User

Invalidate the user session and token

post/logout

Response

The merchant is entitled but its environment is not provisioned yet. Provisioning has been kicked off (exactly once) and is in progress; retry the request — it succeeds once the environment is ready. Returned only for identity-token (dashboard) requests bound to a merchant, not for secret-key API calls; any such endpoint can return it while provisioning is underway.

status'provisioning' required

Signals the merchant environment is still being provisioned.

merchantAccountIdstring required

The merchant account whose environment is being provisioned.

Example response

{
  "merchantAccountId": "dAI3aa87ROOeupeBCjNSKCOBOisBCYjB"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.