Hello, I am using PHP to interact with the payment API, I am receiving webhooks on payment.update, and everything was good last night. I was receiving very detailed payloads, version 3, with the customer_id I sent to the API when creating the link.
Today, the webhooks are only sending back Version 1 payloads with very little details, and I need that customer_id to tie the payment to my users in my database. How can I ensure I get v3 webhook payloads?
I am using this as my endpoint:
https://connect.squareupsandbox.com/v2/online-checkout/payment-links
2 posts - 2 participants