Return available payment methods for the authenticated traveler.
vertical is required. Accepted values:
stay— stays checkoutflight,train,car,travel_request
fareId or bookingId is required to determine the merchant context and eligible payment methods:
- Pass
fareIdwhen the user is selecting a payment method before booking (use the locked fare ID from the build-fare endpoint). - Pass
bookingIdfor post-booking payment changes.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
401Missing, invalid, or expired authentication token, or the provider rejected the forwarded token during billingAddressId resolution (PROVIDER_UNAUTHORIZED + WWW-Authenticate)
403Provider refused the request despite a valid credential — a resolved deny (PROVIDER_FORBIDDEN), including a billingAddressId lookup the provider forbade
410Offer expired (fare UUID is no longer cached); refresh search to view current rates
422Missing required vertical query parameter, or fareId/bookingId was not supplied (one is required)
503Payment method service is temporarily unavailable