Skip to content

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
string
Required

Responses​

OK

application/json
JSON
{
  
"payment_methods": [
  
  
{
  
  
  
"key": "string",
  
  
  
"percentage": 0,
  
  
  
"status": "string",
  
  
  
"disabled_reason_code": null
  
  
}
  
]
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​