Creating instalments

To create a new instalment plan , set:

  • The platform attribute to futures
  • futureType attribute to instalment-plan

Provider and location details

Provider and practice location details can be set with a single providerNumber attribute. Importantly, this provider number must be defined and active in Tyro Health and for the given business API Key. Provider numbers which are not registered in Tyro Health or for the given business API key will error. Only one provider can claim per invoice.

For the SDK, if a provider number is not sent in the transaction payload, the the user will be prompted to manually select:

  • The practice location
  • Individual provider

If only one of each category has been defined, that will be automatically selected.

Registration of provider numbers

Providers must first register with Tyro Health prior to submitting a instalments. We do not currently offer an API for partners to self-register providers.

Registration for THOP is required to enable instalments and holds. This registration process is self-service and can be completed within a few minutes. If providers deliver services from multiple locations or businesses, each unique provider number must be registered. Details on provider registration and THOP is provided at: (https://help.medipass.com.au/en/articles/3821128-setting-up-medipass-card-payments)

Charge amount

The amount to charge for the Instalments. Example: 100.00

Number of instalments

The number of instalments the patient would like to pay in or the amount of instalments the partner requires the patient to pay in. This can range from 2 to 24 instalments.
numberOfInstalments: string

Instalment frequency

This can be set to weekly or monthly. This determines if the instalments should be paid monthly or weekly.
instalmentFrequency: "week" | "month"

Payment Method

The following payment methods are supported:

  • new-payment-card : Once-off manual entry new-payment-card.
  • Payment card : If a patient is passed this will pre-populate the saved payment card of the passed patient. If there is no saved payment card, the inputs for adding a new payment card are shown.
  • SMS : The payment request sent via SMS to the patient.
  • Payment link : The generation of a payment-link for email or inclusion in an invoice.

paymentMethod: "new-payment-card"| "phone" | "payment-link" | "payment-card"

Patient mobile

The mobile phone number of the patient. This can be either international notation: +61411111111 or national notation: 0411111111

patient.mobile: string

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