/
/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

List all webhooks

get/webhooks

Query parameters

limitinteger

Number of items per page

pageinteger

Page number

Response

Webhook endpoints retrieved

codeinteger required
statusstring required
messagestring required
totalsinteger
last_pageinteger
current_pageinteger
selectedinteger

Example response

{
  "code": 200,
  "status": "OK",
  "message": "Webhook endpoints retrieved",
  "totals": 5,
  "last_page": 1,
  "current_page": 1,
  "selected": 5
}

Changes