Skip to main content

sunbitWebhookConsumer

sunbitWebhookConsumer

Header Parameters
    Sunbit-Signature string required
Request Body required

    string

Responses

OK


Schema

    object

POST /kpayment/v1/sunbit/events

Request

Base URL
/payment
Sunbit-Signature — header required
Body required
"string"
curl / cURL
curl -L -X POST '/payment/kpayment/v1/sunbit/events' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '"string"'