Request payload

{
  // transaction being refunded
  "originalTx": <Transaction>,
  
  // refund amount (full or partial)
  "refundAmount": 0.01,
  
	// whether to print the receipt
	"printedReceipt": false
}