Skip to content

MerchantCertificateStatus

Structure with merchant data validity

Properties

Name Type Required Description Example
expirationDate string (date-time)
status string (OK | EXPIRES_SOON | EXPIRED) State of the certificate of current merchant:

- OK: The certificate is valid and will be valid for more than one month. No warning or error should be displayed
- EXPIRES_SOON: The certificate is valid and will be valid for less than one month. The calling app should display a warning
- EXPIRED: The certificate is not valid anymore and must be replaced. The calling app should display an error

[Back to Model list] [Back to API list] [Back to README]