Skip to main content

Direct Bill

Direct Bill requires additional configuration by the hotel to support.

 

ParameterDescriptionTypeRequired
Guests/Payments/@RoleSpecifies the role of a payment method. 
Values: Alternate, Business, Personal, Primary, Secondary
StringNo
Guests/Payments/@TypeSpecifies the type of a payment method. 
Values: DirectBill
StringNo
Guests/Payments/DirectBill/@AccountNumberAn account number associated with the direct billing.StringNo
Guests/Payments/DirectBill/@ProjectNumberProject number associated with the direct billing.StringNo
Guests/Payments/DirectBill/@SourceSpecifies the source of direct bill. 
Values: Local, Undefined
StringNo

 

Sample Request (Partial)

 

{
    "Guests": [{
        "Payments": [{
                "Type": "DirectBill",
                "DirectBill": {
                    "AccountNumber": "8365920440",
                    "ProjectNumber": "112234",
                    "Source": "Local"
                }
        }]
    }]
}