v1

latestOpenAPI 3.1.02026-07-2432337285.3 KB
Webhooks

Payin refund updated

Sent when a payin refund changes status. The body is identical to the List Payin Refunds item response.

postWebhookpayin_refund.updated

Payload

idstring required

Refund ID

created_atstring date-time required

Creation date of the refund

updated_atstring date-time

Last update date of the refund

idempotency_keystring

Idempotency key for the refund request, it can also be used as an external identifier

status'PENDING' | 'SUCCESS' | 'FAILED' required

Status of the refund

descriptionstring

Description for the refund. If supported by the rail, this will be forwarded to the end user.

debit_movement_idinteger

Debit movement that was originated from the refund

bounce_movement_idinteger

Credit movement that was originated from the refund bounce, if applicable

voucher_idstring

Voucher ID associated with the refund, if applicable

failure_reasonstring

Reason for refund failure, if applicable

payment_idstring

Payment ID that was refunded

Response

Any 2xx response is treated as a successful acknowledgement. Infinia will retry delivery on non-2xx responses.