Webhooks
Payment Transaction Webhook
when a new payment transaction is created, 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 ` transaction statuses include authorized captured refunded partially refunded cancelled 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}, "createdtimestamp" {epoch timestamp}, "status" "captured" //status of transaction, "amountincents" 1000 //amount specified in cents }