GET
Airbnb Payment Methods from URL API
Get payment methods and plans from any Airbnb URL. Simply paste the listing URL to see payment options.
Overview
Easy URL Input
Copy and paste any Airbnb URL to see available payment methods and split payment plans.
This endpoint accepts any Airbnb listing URL and returns the available payment methods and payment plans.
Endpoint URL
GET https://api.stayapi.com/v1/airbnb/listing/payment-methods-from-url
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | Required | Full Airbnb listing URL |
| 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 Information
payment_methods- Array of available payment typespayment_plans- Array of payment plan options
Request
Response