VCC payout details, per accommodation reservation
Understanding the Payments API
Version history
Implementation use cases and best practices
Receiving notifications
Managing payment and payout details
Understanding per person charges collection
Managing chargeable VCCs
Managing refundable VCCs
Testing your integration
Payments API
Reservation payout details
Reservation breakdown
Bank transfer payout
VCCs to be charged
Refundable VCCs
Reservation Status API
About Try it
Retrieve information on the virtual credit cards associated with a reservation and changes to the VCC payout.
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}/payout/vcc
- Test using live endpointhttps://payments-api.booking.com/connectivity-payments/reservations/{reservation-id}/payout/vcc
curl -i -X GET \
'https://developers.booking.com/_mock/connectivity/docs/openapispecs/payments-api/payments-api-specification/connectivity-payments/reservations/{reservation-id}/payout/vcc?vcc-id=string' \
-H 'Authorization: Bearer <your_token>' \
-H 'accept-version: string'Response
{ "meta": { "ruid": "string" }, "data": { "reservation_id": "string", "property_id": "string", "payout_type": "string", "payout": { … } }, "errors": [], "warnings": [] }