Create Webhook for Payment Method
POST /webhooks/{paymentmethod}
Description
Create a webhook for a specified payment method.
Path Parameters
| Name | Type | Description |
|---|---|---|
paymentmethod | string | The payment method (path) |
Request Body
- Content Type:
application/json
{
"additionalProp1": {},
"additionalProp2": {},
"additionalProp3": {}
}
Headers
| Content-Type | Value |
|---|---|
| apiKey | {{apiKey}} |
🔑 Authentication bearer
|Param |Value |Type|
|token |{{accessCode}} |string|
LANGUAGE
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!