Payment Reversed

A disputed payment was reversed for the order. (an involuntary reversal of funds from you as the merchant)

{
	"message": "Order was reversed",
	"event": "order.reversed",
	"status": "reversed",
	"payment_method": "Credit Card",
	"customer": {
		"country": "US",
		"name": "John Doe",
	},
	"order": {
		"transaction_id": "123adb",
		"initiated_at": 1588607501,
	},
	"reversal": {
		"initiated_at": 1588607505,
	},
	"links": {
		"customer": {
			"order": "https://shop.rexdigital.group/order/1",
		}
	}
	"custom": "ewogICAgInVzZXJfaWQiOiAxLAp9",
	"RDG_WH_SIGNATURE": "123"
}

Last updated