Transfers
Introduction
A transfer is the movement of funds between two wallet accounts. Each transfer consists of two transactions.
TRANSFER_OUT
- debit transaction for moving money from sender customer balanceTRANSFER_IN
- credit transaction for moving money into the recipient customer's balance
A fee transfer is a special type of transfer used specifically for standalone fees.
Each fee transfer consists of two transactions, both of type STANDALONE_FEE
:
- debit transaction for moving money from sender customer balance
- credit transaction for moving money into the recipient customer's balance
There are three types of participants in a transfer:
- Customer wallets - regular users onboarded on embedded wallets solution
- Legal Entity wallets - wallets, that belong to legal entities
- Merchant wallets - wallets belonging to the merchant
These types of participants are treated differently from a regulatory perspective but used the same way for performing transfers.
For performing a transfer you need the following parameters:
amount
- the amount in minor unitscurrencyCode
- currency of the amountemail
orcustomerId
of the recipientdeviceInfo
- device profiling information
For successful transfer the following conditions must be met:
- Sender customer should have enough balance in the requested currency and must not be restricted
- Recipient customer must exist in the system and must not be restricted
For more information check:
Currency conversion
The transfer currency must always match the sender account currency. By default, the recipient account also must be in the same currency.
Currency conversion is not implicitly enabled. For currency conversion during transfers, contact a Paysafe sales representative.
Merchant Fee collection
A fee can be collected by the merchant for each successful transfer. These fees are collected in a preconfigured merchant fee collection account in the corresponding fee currency.
There are two approaches to collecting fees:
- By providing the Fees parameter in the Create Transfer endpoint
- By using the standalone Create Fee Transfer endpoint
Transfers to unregistered users Feature in development
A transfer to unregistered user is defined as a transfer by a merchant or existing user to a user that is not yet present in our system.
As such it has the following requirements:
The sender should:
- Exist in the system
- Not be restricted
- Have enough balance in the requested currency
The recipient should:
- Not exist in the system
- Be eligible upon registration to receive funds in the requested currency
Since creating transactions depends on all parties being present, transfers to unregistered users can only progress to SCHEDULED
status prior to recipient registration.
Transfers are automatically processed upon recipient party registration. As such SCA is conducted prior to scheduling the transfer.
Transfers to unregistered users are not implicitly enabled. Please contact a Paysafe sales representative for further information.