Toby Tiger has been leading the way in colourful, ethical and organic childrenswear since it was founded in 1998 by best selling author and designer Zoe Mellor.
if (window.ApplePaySession) {
var merchantIdentifier = 'www.kidstopia.com';
var promise = ApplePaySession.canMakePaymentsWithActiveCard(merchantIdentifier);
promise.then(function (canMakePayments) {
if (canMakePayments)
// Display Apple Pay Buttons here…
}); }