Refund

data class Refund(val amount: String, val currency: String, val externalId: String, val payerMessage: String, val payeeNote: String, val referenceIdToRefund: String? = null)

Request body for the Disbursements refund operation, reversing a previously completed transaction.

Constructors

Link copied to clipboard
constructor(amount: String, currency: String, externalId: String, payerMessage: String, payeeNote: String, referenceIdToRefund: String? = null)

Properties

Link copied to clipboard

The amount that will be refunded.

Link copied to clipboard

The ISO 4217 currency code.

Link copied to clipboard

A caller-assigned reference used for reconciliation; need not be unique.

Link copied to clipboard

Message written to the payee's transaction history.

Link copied to clipboard

Message written to the payer's transaction history.

Link copied to clipboard

The reference ID of the original transaction to refund.