{ "opencollection": "1.0.0", "info": { "name": "Booking.com Car Rentals Accommodations Payments API", "version": "3.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Get supported currencies", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/payments/currencies", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the list of currencies supported for payments on Booking.com, including currency codes and display information." }, { "info": { "name": "Get payment types", "type": "http" }, "http": { "method": "POST", "url": "https://demandapi.booking.com/3.1/payments/types", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves the list of payment types supported on Booking.com, including credit cards and other payment methods." } ] } ], "bundled": true }