Skip to main content
POST
Register a chargeback alert (admin)

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the JWT token obtained from the login endpoint in the Authorization header as 'Bearer {token}'.

Path Parameters

id
string
required

ID of the charge to register the alert against. Must be in paid status.

Example:

"2vorkDcXyvzifL63YX09S9VqcnI"

Body

application/json
reason
string

Optional reason/notes for the alert. Stored for audit.

Maximum string length: 500
Example:

"Ethoca alert received on 2026-06-24"

Response

Chargeback alert registered successfully

chargeId
string
required
Example:

"2vorkDcXyvzifL63YX09S9VqcnI"

status
enum<string>
required
Available options:
pre_chargeback
Example:

"pre_chargeback"

refund
object
required
alertFee
object
required