Get the live lifecycle status.
GET
/api/payment-tokenization/wallet-providers/paze/certificates/{environment}/status
deprecated
Requires: PaymentTokenization.SettingManagement, merchant scope.
**Required permissions**: `PaymentTokenization.SettingManagement` **Scope**: merchant
Parameters
| Name | In | Type | Description |
|---|---|---|---|
environment
required |
path | WinkPGPaymentTokenizationPazeCertificatesPazeCertificateEnvironment | Paze environment a certificate belongs to. Sandbox self-signs; Production is CA-issued (CSR + merge). |
suppressNulls
required |
query | boolean | If true, omit properties with null values. |
Request body
application/json
, required
| Field | Type | Description |
|---|
This request body has no documented fields.
Responses
200 OK
| Field | Type | Description |
|---|
This response has no documented body fields.
default The request failed. The body carries the standard error envelope: a machine-readable `error.code`, a human-readable `error.message`, and `error.validationErrors` when the failure was a validation rejection. See the error-code reference in this document's description for the values `error.code` can take.
| Field | Type | Description |
|---|
This response has no documented body fields.
Errors
A failed request returns the platform error envelope. The
error reference lists every value
error.code can carry and shows the four response shapes.