/
/Notch Pay API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • postBlock a customer
  • getRetrieve a payment
  • putProcess a payment
  • postProcess a payment
  • deleteCancel a payment
  • getList all beneficiaries
  • postCreate a beneficiary
  • getList all customers
  • postCreate a customer
  • getList all webhooks
  • postCreate a webhook
  • getRetrieve a beneficiary
  • deleteDelete a beneficiary
  • getRetrieve a customer
  • postUpdate a customer
  • deleteDelete a customer
  • getRetrieve a webhook
  • putUpdate a webhook
  • deleteDelete a webhook
  • getList all payments
  • postInitialize a payment
  • getList all transfers
  • postInitiate a transfer
  • getList all countries
  • getList all currencies
  • getList all payment channels
  • getList customer's payment methods
  • getList customer's payments
  • getRetrieve a transfer
  • getRetrieve account balance
  • postUnblock a customer

Create a webhook

post/webhooks

Request body

urlstring required
descriptionstring
eventsstring[] required

Example request

{
  "url": "https://example.com/webhooks",
  "description": "Webhook principal"
}

Response

Webhook endpoint created

codeinteger required
statusstring required
messagestring required

Example response

{
  "code": 201,
  "status": "Created",
  "message": "Webhook endpoint created successfully"
}

Changes