index

getCard JSON


Instructions

Contact support for access to this function.

Post JSON data here to get card data for a booking.

A call to this function will delete the card and can only be made once per card.

The parameters bookId and token are required.

This function can only be called from a whitelisted IP address.

See here for information about using the JSON API.

Example Data

{
    "authentication": {
        "apiKey": "apiKeyAsSetInAccountSettings",
        "propKey": "propKeyAsSetForTheProperty"
    },
    "bookId": "12345678",
    "token": "1234567890123456"
}