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 refresh token button and you will be able to view the the below transactions in playground:
medipassPartnerSDK.renderCreateTransaction({
funder: "dva",
providerNumber: "2409661B",
patient: {
acceptedDisabilityIndicator: "Y",
firstName: "FIONA",
accountNumber: "QX901543",
lastName: "ANNE-MARIE",
dob: "1954-10-04",
sex: "F"
},
claimableItems: [
{
itemCode: "PH20",
price: "$90",
serviceDateString: "2022-02-15"
}
]
},