Greetings,
I have implemented the Checkout API in my web application (Node.js) and while the payment form has its differences from the deprecated API, I can live with that.
I tested the API in production by selling myself an item, and while the website flow worked correctly, I found a couple of disturbing changes:
- The receipt that the buyer receives has the street address and a small Google(?) map to the vender location.
- Worse, the vendor no longer receives an order confirmation. The vendor gets a payment notification, and it’s up to them to go to the web site to find out what was purchased and the shipping information.
Is there any way to a) remove location information from the buyer receipt, and b) get a complete order confirmation sent to the vendor?
Thanks!