Dynamic Price set on ecommerce checkout page

  1. I’m not an expert when it comes to disputes, but I would say the more information you (the merchant) has, the better; so in this case, creating an order may be beneficial since you can say what they actually paid for.
  2. Hm, what is a tracking number? Are you meaning for shipping? If so, you can put a tracking_number inside the CreateOrder request (under fulfillmentsshipping_detailstracking_number).
  3. The onGetCardNonce is a function you would have created. In this case, it appears you’ve named it requestCardNonce, so you can either rename the onclick function parameter to be requestCardNonce, or rename the function itself to onGetCardNonce. As for the “Request not authorized” error, most likely you are not supplying your Square application id, which is required so we know who is wanting to create the nonce.
1 Like