v3

latestOpenAPI 3.0.02026-07-3179137151.7 KB
Payments

Fetch a payment.

get/v2/payments/{id}

Path parameters

idinteger required

The payment unqiue Id.

Response

A model representing the payment.

idinteger

The ID of this record.

amountnumber

The payment amount.

booking_idinteger

The id of the booking.

collected_utcstring date-time

The timestamp the payment was collected.

descriptionstring

The payment description.

is_depositedboolean

Whether the payment has been deposited in full.

total_feesnumber

The amount of fees.

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