Appearance
Get reservation payment methods ​
GET
/v1/reservations/{reservation_id}/payment-methods
For the given reservation return the allowed payment methods.
Authorizations​
api_key
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
reservation_id*
XS2event ID of the Reservation
Type
Requiredstring
Responses​
OK
application/json
JSON"payment_methods": [{"key": "string","percentage": 0,"status": "string","disabled_reason_code": null}]
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}