Skip to main content

Create Webhook for Payment Method

POST /webhooks/{paymentmethod}

Description

Create a webhook for a specified payment method.

Path Parameters

NameTypeDescription
paymentmethodstringThe payment method (path)

Request Body

  • Content Type: application/json
{
"additionalProp1": {},
"additionalProp2": {},
"additionalProp3": {}
}

Headers

Content-TypeValue
apiKey{{apiKey}}

🔑 Authentication bearer

|Param |Value |Type| |token |{{accessCode}} |string|

LANGUAGE

AUTHORIZATION

Bearer

CURL REQUEST


curl --request POST \ 
--url /webhooks/{paymentmethod} \
--header 'accept: application/json' \
--header 'content-type: application/json'

RESPONSE


Click Try It! to start a request and see the response here!