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>"
}

Body

application/json

Stripe webhook event object

Response

Webhook processed successfully

message
string