我读了https://medium.com/square-corner-blog/webhooks-in-the-square-connect-api-d4d38c4b4d9f,这意味着webhook的entity_id将是一个payment_id。如果我对单个投标订单进行了退款,则网络挂钩的payment_id和entity_id会匹配。然而,当我将付款退还给多个投标人时,webhook中的id是第一个招标的投标id,而我只得到一个webhook。从payments api返回的payment_id有所不同。
有人能验证一下这里的entity_id是什么吗?它总是第一次招标的tender_id吗?
https://stackoverflow.com/questions/44534276
复制相似问题