Payment Dispute Canceled

The payment dispute has been canceled for the order.

{
	"message": "Order dispute was canceled",
	"event": "order.dispute_canceled",
	"status": "dispute canceled",
	"payment_method": "Credit Card",
	"customer": {
		"country": "US",
		"name": "John Doe",
	},
	"order": {
		"transaction_id": "123adb",
		"initiated_at": 1588707506,
	},
	"dispute_cancel": {
        "canceled_at": 1588707501,
    },
	"links": {
		"customer": {
			"order": "https://shop.rexdigital.group/order/1",
		}
	}
	"custom": "ewogICJtZXNzYWdlIjogImlmIHlvdSBtYWRlIGl0IHRoaXMgZmFyIHN1YnNjcmliZSB0byBvdXIgeW91dHViZSBjaGFubmVsOiBodHRwczovL3d3dy55b3V0dWJlLmNvbS9jaGFubmVsL1VDcC1LaWFyNmswX2ZwMXQ0ekVRajdoQSIKfQ==",
	"RDG_WH_SIGNATURE": "123"
}

Last updated