elefymove

開発者ドキュメント

ElefyMove Open APIのガイドとリファレンス。

これらのガイドは現在英語のみで提供されています。

Endpoints

メソッドエンドポイントスコープ内容
GET/api/public/v1/marketplace/bookingsmarketplace:read自社のマーケットプレイス予約をページネーションとフィルターで一覧します。レスポンスには日付と参照情報のみが含まれます。
GET/api/public/v1/marketplace/bookings/{id}marketplace:readIDを指定して自社のマーケットプレイス予約を1件取得します。
POST/api/public/v1/marketplace/bookings/{id}/declinemarketplace:write支払い待ちの予約を拒否します。確定用のエンドポイントはありません——予約は事業者の承認ではなく、支払いが完了した時点で確定します。

How marketplace bookings work

  • Elefy Market bookings cover sessions, date-range stays, and goods orders on the same underlying booking — the read routes return whichever of those a given booking is.
  • Reads are references and dates only — no guest or buyer personal data is ever returned, by design, the same rule as every other surface on this API.
  • pending means the booking is awaiting payment capture, not awaiting your approval. POST /marketplace/bookings/:id/decline only works on a booking still in that state — any other status returns a 409 (BOOKING_NOT_PENDING).
  • There is no confirm, reschedule, or refund route: a booking becomes confirmed the moment payment is captured, never by provider approval, and no money moves through this API in either direction.