Tyro Health playground

Tyro Health has a playground to allow you to test SDK transactions. You can access Playground by clicking on the below link:

https://playground.medipass.io/

  • You will need a API Key and APP ID to use Playground.
  • You will receive these credentials from your partnerships manager. If you haven’t yet received these, please contact healthpartnerships@tyro.com. Once you have inserted your API Key and APP ID click on the refreash token button.

Sample transactions

Sample transaction 1: HealthPoint Digital Payment

Try HealthPoint Digital Payment via Playground

Copy
Copied
{
    funder: “phi”,
    platform: “funder”,
    invoiceReference:INV1234,
    providerNumber:0034503W”,
    patient: {
      firstName: “Emma”,
      lastName: “Blazer”,
      dob:1958-06-10,
      reference:01,
      mobile:+61484354679,
      refId:66704},

    funderData: {
      phi: {
         isRebateEstimate: false,
         terminalId: "1",
         merchantId: "99922"
           }
    },

    claimableItems: [
      {
        itemCode:501,
        price: “$201,
        serviceDate:2022-01-20}
    ]
  }

Sample transaction 2: HealthPoint quote

Try HealthPoint quote via Playground

Copy
Copied
{

  {
    funder: “phi”,
    platform: “funder”,
    invoiceReference:INV1234,
    providerNumber:0034503W”,
    patient: {
      firstName: “Emma”,
      lastName: “Blazer”,
      dob:1958-06-10,
      reference:01,
      mobile:+61484354679,
      refId:66704},

    funderData: {
      phi: {
         isRebateEstimate: true
           }
    },

    claimableItems: [
      {
        itemCode:501,
        price: “$201,
       serviceDate:2022-01-20}
    ]
  }

Card payment passing a MID and TID

Copy
Copied
{
  platform: 'virtual-terminal',
  chargeAmount: 'string',
  paymentMethod: "terminal",
  terminal: {
    merchantId: "99922",
    terminalId: "1",
  },
  providerNumber: 'string',
  patient: {
    .........
  }
}
2024 Copyright © Tyro Health and Tyro Payments 2024. All right reserved.