Get enrollment state

Returns the current enrollment state of an entity.

Path Parameters
  • entity_id
    Type: string
    required

    Unique identifier of the entity.

Responses
  • application/json
  • 401

    Unauthorized.

  • 404

    Entity not found.

  • 500

    Internal server error.

Request Example for get/googlepay/enrollments/{entity_id}/state
Shell Curl
curl 'https://{prefix}.api.checkout.com/googlepay/enrollments/{entity_id}/state' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "state": "ACTIVE"
}