Get enrollment state
Returns the current enrollment state of an entity.
Path Parameters
- Type: stringentity
_id requiredUnique 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"
}