Skip to main content

Test Webhook Url

...

PostTest Webhook Url

https://base_url/api/v1/misc/test-webhook

Code

https://base_url/api/v1/misc/test-webhook
AUTHORIZATION Bearer Token

This folder is using Bearer Token from collection Source Bank - radix.

Body raw (json)
{
"webhookUrl": "https://webhook.site/7810d0a5-6476-40f1-9733-ef6cb7d953d3",
"type": "credit" // credit | debit | "card_authorisation"
}

Code

{
"webhookUrl": "https://webhook.site/7810d0a5-6476-40f1-9733-ef6cb7d953d3",
"type": "credit" // credit | debit | "card_authorisation"
}

Example Request

Test Webhook Url

Code

Example Response

200 OK

Code