Skip to main content
GET
Get a payment

Authorizations

Authorization
string
header
required

Bearer authentication using your BookingShake API key. Retrieve your API key from Settings > Integrations in your BookingShake dashboard.

Path Parameters

id
string
required

Payment document ID (the id field carried by the payment.* webhooks).

Response

Payment retrieved successfully

message
string
Example:

"success"

data
object

A payment. Identical to the data block of the payment.* webhooks. Amount is integer cents; dates are YYYY-MM-DD strings in the Europe/Paris timezone; timestamps are Unix milliseconds; missing values are explicit null.