TransferReason

Enum class representing the actual purpose of the transfer.

Entries

Link copied to clipboard

After customer onboarding, migrations of existing balances.

Link copied to clipboard

The customer is buying crypto or other assets.

Link copied to clipboard

The customer is selling crypto or other assets.

Link copied to clipboard

The transfer represents a trading pair transaction between customers with wallets.

Link copied to clipboard

Crediting the customer's wallet via non-Paysafe deposit options.

Link copied to clipboard

Debiting the customer's wallet via non-Paysafe withdrawal options.

Link copied to clipboard

Charging a merchant fee.

Link copied to clipboard

Refunding the customer on a previous transaction.

Link copied to clipboard

Cancellation of a previous transaction.

Link copied to clipboard

The customer is granted a bonus.

Link copied to clipboard

Converting one currency to another.

Link copied to clipboard

The customer is purchasing goods or services from a merchant.

Link copied to clipboard

The merchant is compensating a customer for goods or services.

Link copied to clipboard

Money transfer between customers with wallets.

Link copied to clipboard

Any reason not explicitly mentioned in the transfers.

Link copied to clipboard

Fee for replacing a card that is lost, stolen, or damaged.

Link copied to clipboard

Fee charged on funds paid on to the card.

Link copied to clipboard

Fee for funds withdrawal at an ATM.

Link copied to clipboard

Fee charged for lack of transactions or authorizations.

Link copied to clipboard

Fee related to currency exchange.

Link copied to clipboard

Fee charged for resolving disputes related to payments, such as suspected fraud or unfulfilled goods/services.

Link copied to clipboard

Returned when no valid value was found.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.