DebitLlama
  • DebitLlama Documentation
  • What is wallet abstraction?
  • Account Creation and Checkout flow
  • How DebitLlama compares to others?
  • Process payments via Solvers
  • Payment Intents
    • ZKP Implementation details
    • Smart Contract Implementation details
    • Client Side Implementation
    • Security first. A little game theory.
  • Creating Accounts
  • Comparing Account types
  • Accepting Payments
    • Checkout Redirect
    • Managing your items
    • Checkout page
  • Fees
  • Passkeys
  • Rest Api v1
    • Creating Access Tokens
      • What is Bearer Authentication?
    • Schema
    • Networks and Currencies
    • /api/v1
    • /api/v1/accounts
    • /api/v1/accounts/[commitment]
    • /api/v1/payment_intents
    • /api/v1/payment_intents/[slug]
    • /api/v1/items
    • /api/v1/items/[slug]
    • Configuring Webhooks
      • Request Schema
    • Zapier Integration
  • Try it out on Testnet
  • Slack
Powered by GitBook
On this page
  1. Rest Api v1

Configuring Webhooks

How webhooks work and how to configure them?

Previous/api/v1/items/[slug]NextRequest Schema

Last updated 1 year ago

Webhooks allow you to get notified about subscription events.

Webhooks are available in production!

Configuring the webhooks

Navigate to the API menu using the sidebar in the application and select Webhooks from the tab on the right side.

  • You need to enter the URL of the webhook

  • Clock on the events you want to receive notifications on!

  • If your endpoint implements authentication, you can enter the token.

The header of the request will contain the following information:

{"Authorization" : "<Token You entered>","Content-Type":"application/json"}

This way you can use an authenticated endpoint!