v1
transactions
application/json
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://example.com/v1/transactions" \ -H "Content-Type: application/json" \ -d '{ "folioId": "string", "type": "charge", "amount": 0 }'
"charge" | "payment" | "refund" | "adjustment" | "deposit_hold" | "loyalty_redemption"
Amount in major currency units (e.g. 100.00 = $100)
ISO 4217 currency code. If omitted, derived from the property currency.