POST
/
events
/
{merchant_id}
/
{event_id}
/
retry

Authorizations

api-key
string
header
required

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Path Parameters

merchant_id
string
required

The unique identifier for the Merchant Account.

event_id
string
required

The unique identifier for the Event

Response

200 - application/json

The response body for retrieving an event.

created
string
required

Time at which the event was created.

event_class
enum<string>
required
Available options:
payments,
refunds,
disputes,
mandates,
payouts
event_id
string
required

The identifier for the Event.

Maximum length: 64
event_type
enum<string>
required
Available options:
payment_succeeded,
payment_failed,
payment_processing,
payment_cancelled,
payment_authorized,
payment_captured,
action_required,
refund_succeeded,
refund_failed,
dispute_opened,
dispute_expired,
dispute_accepted,
dispute_cancelled,
dispute_challenged,
dispute_won,
dispute_lost,
mandate_active,
mandate_revoked,
payout_success,
payout_failed,
payout_initiated,
payout_processing,
payout_cancelled,
payout_expired,
payout_reversed
initial_attempt_id
string
required

The identifier for the initial delivery attempt. This will be the same as event_id for the initial delivery attempt.

Maximum length: 64
is_delivery_successful
boolean
required

Indicates whether the webhook delivery attempt was successful.

merchant_id
string
required

The identifier for the Merchant Account.

Maximum length: 64
object_id
string
required

The identifier for the object (Payment Intent ID, Refund ID, etc.)

Maximum length: 64
profile_id
string
required

The identifier for the Business Profile.

Maximum length: 64
request
object
required

The request information (headers and body) sent in the webhook.

response
object
required

The response information (headers, body and status code) received for the webhook sent.

delivery_attempt
enum<string>
Available options:
initial_attempt,
automatic_retry,
manual_retry