Webhooks
Pending Statement Webhook
when a pending invoice is changes, we will send a webhook to the requested url with the timestamp and signature specified in the headers the body will contain the store id, the order id, and the updated status of the order see the parent webhooks section to authenticate the ` signature ` pending statement statuses include failed pending in progress sent archived post / http/1 1 accept application/json, application/cbor, application/ +json x fp signature {signature} x fp timestamp {epoch timestamp} { "id" {unique transaction id}, "storeid" {store id}, "orderid" {order id}, "posorderid" {external ref/statement id}, "status" "pending", //status of pending statement "patientid" {fp patient id}, "externalpatientid" {fp external patient id}, "updatedtimestamp" {localdatetime last updated time in utc}, "createdtimestamp" {epoch timestamp} }