Payment Refunded

A refund has been initiated for an order. (a voluntary reversal of funds from you as the merchant)

Partial Refund

{
	"message": "Order was partially refunded",
	"event": "order.refunded",
	"status": "refunded",
	"payment_method": "Credit Card",
	"customer": {
		"country": "US",
		"name": "John Doe",
	},
	"order": {
		"transaction_id": "123adb",
		"amount": 28,
		"currency": {
			"name": "USD",
			"symbol": "$",
		},
		"products": [
			{
				"sku":"EXAMPLE123",
				"price":28,
				"discount":0,
				"seconds_per_unit":7776000,
				"total_purchased_seconds":7776000,
				"quantity":1,
				"plan_id":9
			}
		],
		"application_fee": 0.28,
		"initiated_at": 1588607501,
	},
	"refund": {
		"last_update": 1588607505,
		"amount": 14,
	},
	"links": {
		"customer": {
			"order": "https://shop.rexdigital.group/order/1",
		}
	}
	"custom": "ewogICJtZXNzYWdlIjogImlmIHlvdSBtYWRlIGl0IHRoaXMgZmFyIHN1YnNjcmliZSB0byBvdXIgeW91dHViZSBjaGFubmVsOiBodHRwczovL3d3dy55b3V0dWJlLmNvbS9jaGFubmVsL1VDcC1LaWFyNmswX2ZwMXQ0ekVRajdoQSIKfQ==",
	"RDG_WH_SIGNATURE": "123"
}

Fully Refunded

{
	"message": "Order was fully refunded",
	"event": "order.refunded",
	"status": "refunded",
	"payment_method": "Credit Card",
	"customer": {
		"country": "US",
		"name": "John Doe",
	},
	"order": {
		"transaction_id": "123adb",
		"amount": 28,
		"currency": {
			"name": "USD",
			"symbol": "$",
		},
		"products": [
			{
				"sku":"EXAMPLE123",
				"price":28,
				"discount":0,
				"seconds_per_unit":7776000,
				"total_purchased_seconds":7776000,
				"quantity":1,
				"plan_id":9
			}
		],
		"application_fee": 0.28,
		"initiated_at": 1588607501,
	},
	"refund": {
		"last_update": 1588607505,
		"amount": 28,
	},
	"links": {
		"customer": {
			"order": "https://shop.rexdigital.group/order/1",
		}
	}
	"custom": "ewogICJtZXNzYWdlIjogImlmIHlvdSBtYWRlIGl0IHRoaXMgZmFyIHN1YnNjcmliZSB0byBvdXIgeW91dHViZSBjaGFubmVsOiBodHRwczovL3d3dy55b3V0dWJlLmNvbS9jaGFubmVsL1VDcC1LaWFyNmswX2ZwMXQ0ekVRajdoQSIKfQ==",
	"RDG_WH_SIGNATURE": "123"
}

Last updated