Submission

Copy
Copied
medipassTransactionSDK.renderCreateTransaction({
  platform: 'virtual-terminal',
  providerNumber: 'string',
  invoiceReference: 'string',
  chargeAmount: 'string',
  paymentMethod: "new-payment-card" | "phone" | |"payment-link",
  patient: {
    mobile: 'string'
  }
})

Card payment passing a MID and TID

Copy
Copied
{
  platform: 'virtual-terminal',
  chargeAmount: 'string',
  paymentMethod: "terminal",
  terminal: {
    merchantId: "99922",
    terminalId: "1",
  },
  providerNumber: 'string',
  patient: {
    .........
  }
}

Tyro Health playground samples:

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.

Sample transactions

Once you have inserted your API Key and APP ID click on the refresh token button and you will be able to view the the below transactions in playground:

Sample transaction : Example of claimable and non claimable Items:

2024 Copyright © Tyro Health and Tyro Payments 2024. All right reserved.