Save
Save a payroll
Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
The unique identifier for the payroll
Query Parameters
When true, the response is 200 OK with the captured FX rates in the body. Any other value (or omitting the parameter) returns 204 No Content.
Body
payroll date
Maximum time the quoted FX rates are valid (RFC 3339). If omitted, spot rates are used.
"2025-06-15T23:59:59Z"
Optional custom fee line items that supplement the standard per-seat subscription fees.
Any custom data you want to store
Response
FX rates captured at save time. Returned only when includeFxRates=true. Keys are <from>-<to> currency pairs; values are the rate applied to convert from the salary currency to the funding currency.
Map of <from>-<to> currency pair to the captured rate.