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.
To see the below samples in playground click on the headings and then insert your API Key and appID and then click refresh token.
Sample transcations
claim item
medipassPartnerSDK.renderCreateTransaction({
funder: "wcq",
providerNumber: "2429591L",
patient: {
firstName: "Emily",
lastName: "Harris",
dob: "1991-06-13",
accidentDate: "2021-08-10",
accountNumber: "S99aa999999"
},
claimableItems: [
{
itemCode: "300094",
serviceDateString: "2021-08-10",
price: "$90",
serviceText: "Not currently on Medication",
quantity: 0,
isGross: true,
isExtendedPrice: false,
isTaxable: false
}
],
invoiceReference: "test123"
}
);