Skip to main content
POST
/
accounts
/
payment
/
webhook
Process payment webhook
curl --request POST \
  --url https://api.quiva.ai/accounts/payment/webhook \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.quiva.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

Stripe webhook event object

Response

Webhook processed successfully

message
string