v3

latestOpenAPI 3.0.02026-07-3179137151.7 KB
Refunds

Fetch a refund.

get/v2/refunds/{id}

Path parameters

idinteger required

The refund unqiue Id.

Response

A model representing the refund.

idinteger

The ID of this record.

amountnumber

The refund amount.

booking_idinteger

The id of the booking.

descriptionstring

The refund description.

is_depositedboolean

Whether the refund has been deposited in full.

linked_payment_idinteger nullable

The id of the linked payment, if one exists.

paid_utcstring date-time

The timestamp the refund was paid.

total_feesnumber

The amount of fees.

type'credit_card' | 'check' | 'cash' | 'credit_card_processed_elsewhere' | 'pay_pal' | 'bank_transfer' | 'chargeback' | 'other'