2026-05-21
May 21st, 2026
Improvements to the guest payment method and vendor documentation
Changed
- Rename
POST /guests/{id}/payment-methodsfrom “Create payment method" to “Create guest payment method” - Label the
POST /guests/{id}/payment-methodsrequest-body variants asStripe Payment MethodandGuesty Pay Payment Methodwhile preserving their required fields - Document
payoutMethodin vendor response bodies forGET /vendorsandGET /vendors/{id}, including bank account, routing, BSB, sort code, account holder, and business address fields
Added
- Document the
201 application/jsonresponse body forPOST /guests/{id}/payment-methodswith a guest payment method schema and example - Document the
200 application/jsonresponse body forGET /guests/{id}/payment-methodswith a list of guest payment methods and example - Add
PaymentMethodandPaymentMethodListschemas for guest payment method response documentation covering/guests/{id}/payment-methods - Add
POST /vendorsfor creating vendors withcompany,firstName,lastName,email, optional contact details, taxcode, notes, andpayoutMethodrequest fields - Add
PATCH /vendors/{id}for updating vendor details and vendorpayoutMethoddata by vendor ID - Add create and update vendor schemas for
POST /vendorsandPATCH /vendors/{id}, includingCreatePayoutMethodDto,UpdatePayoutMethodDto, and vendor response schemas
