Skip to main content

stripeWebhookConsumer

stripeWebhookConsumer

Query Parameters
    timeZone string required
    type string
Request Body required

    string

Responses

OK


Schema

    object

POST /kpayment/v1/stripe/events

Request

Base URL
/payment
timeZone — query required
type — query
Body required
"string"
curl / cURL
curl -L -X POST '/payment/kpayment/v1/stripe/events' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '"string"'