While creating order we get the webhook status for the order as update status(not the create status) and when the payment for the order is complete it generates the next order id and status for the next order comes to be create status.
i am creating this order from android emulator using register app and for payment using payment app for cash.
state
field to "locked" and adds a
payments
field that includes the payments details. Then a
new order is created in anticipation for the merchant's next order, which is why you're seeing two webhook notifications for UPDATE and then CREATE. This is normal behavior for the Register app.
payments
field with this endpoint:
https://apisandbox.dev.clover.com/v3/merchants/{
{merchantId}}/orders/{
{orderId}}?expand=lineItems,payments
But i am using payment mode cash.
There is not Order's state like "locked".
Can you please provide the App ID, Order ID and Payment ID for when the incident happened so I can investigate further?
1 Person is following this question.