Spend request approved

Sent when an existing spend request is approved.

Payload

The payload of this webhook request is an object.
spend_request_idstringRequired<=40 characters
urlstringRequired
external_idstring or nullRequired
titlestringRequired<=100 characters
descriptionstringRequired<=500 characters
amountstringRequiredformat: "decimal"
amount_typeenumRequired
  • DAY_RATE - Day rate
  • TOTAL - Total
Allowed values:
currencyenumRequired
* `AUD` - $ AUD * `CAD` - $ CAD * `CHF` - ₣ CHF * `CZK` - Kč CZK * `DKK` - kr DKK * `EUR` - € EUR * `GBP` - £ GBP * `HKD` - $ HKD * `NOK` - kr NOK * `PLN` - zł PLN * `SEK` - kr SEK * `SGD` - $ SGD * `AED` - د.إ AED * `USD` - $ USD * `ZAR` - R ZAR
custom_fieldslist of objectsRequired

Response

200
any
Return a 200 status to indicate that the data was received successfully.