List payment methods

Return available payment methods for the authenticated traveler.

vertical is required. Accepted values:

  • stay — stays checkout
  • flight, train, car, travel_request

fareId or bookingId is required to determine the merchant context and eligible payment methods:

  • Pass fareId when the user is selecting a payment method before booking (use the locked fare ID from the build-fare endpoint).
  • Pass bookingId for post-booking payment changes.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required
^(flight|stay|train|car|travel_request)$

Booking vertical: stay | flight | train | car | travel_request.

Responses

401

Missing, invalid, or expired authentication token, or the provider rejected the forwarded token during billingAddressId resolution (PROVIDER_UNAUTHORIZED + WWW-Authenticate)

403

Provider refused the request despite a valid credential — a resolved deny (PROVIDER_FORBIDDEN), including a billingAddressId lookup the provider forbade

410

Offer expired (fare UUID is no longer cached); refresh search to view current rates

422

Missing required vertical query parameter, or fareId/bookingId was not supplied (one is required)

503

Payment method service is temporarily unavailable

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json