Easily Integrate the Square payment.updated Webhook into your application using Javascript, Ruby, and other frameworks.
A Payment was updated. Typically the payment.status or card_details.status field is updated when a payment is canceled, authorized, or completed.
Steps to receive the Square payment.updated Webhook
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select square. This will be the endpoint that receives the Square payment.updated webhook on behalf of your application, and forwards them using the unified SDK.
- Once the payment.updated webhook is received from Square, you'll see the payload under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in Ruby or Javascript, and start receiving webhooks.
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select square. This will be the endpoint that receives the Square payment.updated webhook on behalf of your application, and forwards them using the unified SDK.
- Once the payment.updated webhook is received from Square, you'll see the payload under the Live Logs section of your webhook source.
- Next, follow the examples below to integrate the Hooky SDK in Ruby or Javascript, and start receiving webhooks.