Transaction voided
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of transaction-related webhook event.

transactionIdstring, <= 50 characters(TransactionId)

ID of the transaction.

Example:"txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0"
eventTypestring

Type of event that triggered the webhook.

Enum:"transaction-partially-refunded""transaction-refunded""transaction-voided"
_embeddedobject

Embedded objects related to the transaction event.

Payload
{ "transactionId": "txn_0YVDTQJ8YWDGQACV2N2N5SPWQ0", "eventType": "transaction-partially-refunded", "_embedded": { "transaction": {}, "childTransaction": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.