# Subscription status This method get the current state of a automatic payment subscription. Endpoint: GET /v1/automatic-payment/subscription/{id} Version: v1.0 Security: Api-Key ## Path parameters: - `id` (string, required) unique identifier of a subscription. ## Response 200 fields (application/json): - `subscription_id` (string, required) Unique subscription identifier. Example: "13a0f1aa-5e47-4894-aa8b-282dd19593ec" - `status` (string, required) The current status of the subscription. A charge intent can only be made if the status is . Enum: "DISABLED", "SIGNED", "ENABLED" - `developer` (boolean, required) Indicates if the subscription was created using the sandbox environment. A value means that is a production subscription. - `customer_bank_code` (string, required) The bank used by the customer to sign the subscription. The possible values are the ones used in the Khipu Payment API, or if the subscription has not been signed. Example: "8" - `service_reference` (string, required) The alias used to identify the subscription. Example: "My Merchant name"