Breadcrumb
Direct Bill
Direct Bill requires additional configuration by the hotel to support.
Parameter | Description | Type | Required |
---|---|---|---|
Guests/Payments/@Role | Specifies the role of a payment method. Values: Alternate, Business, Personal, Primary, Secondary | String | No |
Guests/Payments/@Type | Specifies the type of a payment method. Values: DirectBill | String | No |
Guests/Payments/DirectBill/@AccountNumber | An account number associated with the direct billing. | String | No |
Guests/Payments/DirectBill/@ProjectNumber | Project number associated with the direct billing. | String | No |
Guests/Payments/DirectBill/@Source | Specifies the source of direct bill. Values: Local, Undefined | String | No |
Sample Request (Partial)
{
"Guests": [{
"Payments": [{
"Type": "DirectBill",
"DirectBill": {
"AccountNumber": "8365920440",
"ProjectNumber": "112234",
"Source": "Local"
}
}]
}]
}