Skip to main content
WEBHOOK
pause_collection
{
  "id": "req_3vrkBp2cxmmn0shW3ruHw59EuHJ",
  "type": "pause_invoice",
  "created": "2023-01-18T10:00:00Z",
  "data": {
    "invoiceId": "inv_12345678"
  }
}
{
  "success": true,
  "message": "Event processed successfully"
}

Authorizations

Authorization
string
header
required

API key authentication using a Bearer token in the Authorization header. Example: Authorization: Bearer YOUR_API_KEY

Body

application/json

Event sent when Slicker instructs the merchant to pause automatic retries for an invoice

id
string
required

Unique identifier for this webhook event

Example:

"req_3vrkBp2cxmmn0shW3ruHw59EuHJ"

type
enum<string>
required

Event type identifier

Available options:
pause_invoice
Example:

"pause_invoice"

created
string<date-time>
required

Timestamp when this webhook event was created

Example:

"2023-01-18T10:00:00Z"

data
object
required

Pause invoice event data

Response

Event received and processed successfully

success
boolean

Indicates if the event was successfully received and processed

Example:

true

message
string

Additional information about the response

Example:

"Event processed successfully"

I