I use react js braintree web dropin
in my checkout page, apple pay button is display successfully
when I click to pay, it show display error that invalid validation url for sandbox
I check option in sandbox braintree and it already has my web domain
here is my config: applePay: { displayName: 'Simba Global', applePaySessionVersion: 2, paymentRequest: { countryCode: 'AU', currencyCode: total.currency, total: { label: 'Simba Global', amount: String(total.value) }, supportedNetworks: ['amex', 'discover', 'masterCard', 'visa'], merchantCapabilities: ['supports3DS'] } }
I use react js braintree web dropin
in my checkout page, apple pay button is display successfully
when I click to pay, it show display error that invalid validation url for sandbox
I check option in sandbox braintree and it already has my web domain
here is my config:
applePay: { displayName: 'Simba Global', applePaySessionVersion: 2, paymentRequest: { countryCode: 'AU', currencyCode: total.currency, total: { label: 'Simba Global', amount: String(total.value) }, supportedNetworks: ['amex', 'discover', 'masterCard', 'visa'], merchantCapabilities: ['supports3DS'] } }