GET
Airbnb Payment Methods API
Get available payment methods and payment plans for any Airbnb listing.
Overview
Payment Options
Payment methods include credit cards, PayPal, Apple Pay, and split payment plans when available.
The Payment Methods endpoint returns all available payment options for a listing, including payment plans that allow splitting the total across multiple payments.
Endpoint URL
GET https://api.stayapi.com/v1/airbnb/listing/{listing_id}/payment-methods
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| listing_id | integer | Required | Airbnb listing ID (path parameter) |
| check_in | string | Required | Check-in date in YYYY-MM-DD format |
| check_out | string | Required | Check-out date in YYYY-MM-DD format |
| adults | integer | Optional | Number of adults (1-16, default: 1) |
| currency | string | Optional | Currency code (default: USD) |
Response Structure
Payment Methods
title- Payment method nametype- Payment type (CARD, PAYPAL, etc.)icon_url- Payment method icon
Payment Plans
title- Plan name (e.g., "Pay in full", "Pay part now")subtitle- Plan descriptioninstallments- Array of payment installments
Request
Response