Hello,
I am testing out the StoreFront API and trying to complete a checkout on a development store. I’m using Braintree as the payment gateway in test mode. I’ve confirmed that payments succeed and orders are created when completing the checkout process through the checkout web URL, but I’m unsuccessful when trying to complete the checkout using the API (i.e. checkoutCompleteWithTokenizedPaymentV3 mutation). I’ve tried sending the payment nonce sent back from Braintree as the paymentData argument but no luck. The documentation is vague about the alternative JSON-string that can be provided for payment details.
Any ideas on how to correctly provide Braintree paymentData when completing a checkout? Thank you!