문제

We are interested in using Square connect to create an app that will communicate back to our ASPDotNETStorefront based store. In the documentation, I don't see any kind of notification system that would call back to us when a transaction has been made in Square. Does such a API based notification system exist?

도움이 되었습니까?

해결책

The Square Connect API does not currently provide notifications for events such as transactions. I will pass this use case along to the Connect API engineering team.

As an alternative solution, you can periodically send a request to the List Payments endpoint to discover payments that have been created since your previous request. Payment information is typically available from this endpoint within a couple minutes of the payment being processed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top