Invincible Pay
Webhook

Create webhook url

POST
/v1/webhook-urls

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

url*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://api.invinciblepay.com/v1/webhook-urls" \  -H "Content-Type: application/json" \  -d '{    "url": "string"  }'
{
  "accountId": "string",
  "brandId": "string",
  "id": "string",
  "status": "active",
  "url": "string"
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}