Easily Integrate the Stripe balance.available Webhook into your application using Javascript, Ruby, and other frameworks.
Occurs whenever your Stripe balance has been updated (e.g., when a charge is available to be paid out). By default, Stripe automatically transfers funds in your balance to your bank account on a daily basis.
Steps to receive the Stripe balance.available Webhook
- Sign up for your free Hooky account.
- Create a new Webhook Source, and select stripe. This will be the endpoint that receives the Stripe balance.available webhook on behalf of your application, and forwards them using the unified SDK.
- Once the balance.available webhook is received from Stripe, 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 stripe. This will be the endpoint that receives the Stripe balance.available webhook on behalf of your application, and forwards them using the unified SDK.
- Once the balance.available webhook is received from Stripe, 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.