Disable modification to health fund
Partners have the option to prevent users from changing health fund details. This option is used by some practice management systems to maintain referential integrity on problematic transactions.
This feature will disable the selection of health fund and return to the checkout/cart
To use these features:
-
Disable modification to health fund
Set the following value"disableHealthFundUpdate" : true
This will disable modification of the health fund in the Tyro Health Online user interface.
-
Set a return to checkout URL
To set a URL for your customer to return to your checkout/cart experience and select a new health fund, set the following event returnToCart under the callbackUrls object
{
"event": "returnToCart",
"url": "{{callbackURL}}/returnToCart"
},
This will display the text Update health fund and link to your nominated URL.