Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

5. Obtaining the Apple Wallet and Google Pay COVID Card URL

Kyle Huang Junyuan edited this page Mar 21, 2022 · 1 revision

This document describes how to obtain the Apple Wallet and Google Pay COVID Card URL from the endorsed HealthCert. You may forward this URL to the member of public to allow them to add their HealthCerts to their respective digital wallets.

Important Note

Not all test types are supported by Apple Wallet (EU DCC) or Google Pay. Please refer to the full supported list.

Apple Wallet URL

  1. Obtain the endorsed HealthCert from the notarisedDocument field in the API response body:
{
  "notarisedDocument": {},
  "ttl": "...",
  "url": "...",
  "gpayCovidCardUrl": ".."
}
  1. Navigate to the following path:
notarisedDocument.data.notarisationMetadata.signedEuHealthCerts[x].appleCovidCardUrl

*x refers to the index of the array

Google Pay COVID Card URL

In the API response body:

{
  "notarisedDocument": {},
  "ttl": "...",
  "url": "...",
  "gpayCovidCardUrl": "https://pay.google.com/gp/v/save/xxx"
}