Billpay Webhookpost https://client.domain.com/billpayUse the Billpay webhook to approve or deny billpay transactions. Use the response_code field in the response to communicate your decision to Galileo.Body ParamsInformation about the billpay transaction.accountobjectrequiredaccount objectamountsobjectrequiredamounts objecttimestampstringrequiredTimestamp when this webhook message was sent. Format is <timestamp><timezone> where timestamp is YYYYmmdd:HHMMSS and timezone is always MST. Example: "20200315:121504MST"billpay_trans_idintegerrequiredUnique Galileo billpay transaction ID. Example: 559386.billerobjectBiller information. The information sent in this object is configurable (or the biller object can be skipped or not sent entirely).biller objectversionstringenumrequiredThe version of this API. Hard-coded to "1.0".1.0Allowed:1.0jwtstringThe JSON web token (JWT) that authenticates the HTTP request from Galileo. See the security overview for more information and an example.HeadersX-Request-IDuuidrequiredA unique identifier for the HTTP request.Response 200Your decision and instructions for Galileo.Updated over 1 year ago