Skip to main content

wallet

Embedded wallet details for the operation.

customerIdstringrequired

The customer wallet id.

Possible values: <= 50 characters

feeinteger

The fee to be applied on this transaction.

feeSettlementCurrencystring

This is the currency for fee settlement into the merchant account, e.g., USD or CAD, returned in the request response. See Currency Codes.

Note: If not specified the fee will be settled using the payment currency.

Possible values: <= 3 characters

Example: USD
feeWalletIdstring

Id of the merchant wallet where merchant fee is collected.

slipIdstring

Wallet slip id. The wallet slip is a collection of all transactions associated with specic wallet operation (deposit, withdrawal or transfer).

Possible values: <= 50 characters

customerAccount object

The customer wallet account id. If this is not provided, a wallet account id is automatically created in the processing currency. If provided, and processing currency specified is different than the wallet account currency, then an error is returned.

In the case of Standalone Credits, this field is mandatory. If there is insufficient funds in the specified account, then an error is returned for Standalone Credit.

idstring

The wallet account id

Possible values: <= 50 characters

verifiedInstrumentbooleandeprecated

It specifies if the instrument (card, sepa, fasterPayments etc) has been previously verfied.

The default value for this is false. If this is specified as false, Paysafe will verify the instrument and rejects the transaction, if the verification fails. This is applicable only for STANDALONE_CREDIT.

Default value: false
risk object

Embedded wallet risk related parameters.

customerRiskRatingnumber

risk rating for the customer at time of transaction or wallet creation

isScaPerformedboolean
isCustomerIPTrustedboolean
isBeneficiaryTrustedboolean
wallet
{
"customerId": "string",
"fee": 0,
"feeSettlementCurrency": "USD",
"feeWalletId": "string",
"slipId": "string",
" customerAccount": {
"id": "string"
},
"risk": {
"customerRiskRating": 0,
"isScaPerformed": true,
"isCustomerIPTrusted": true,
"isBeneficiaryTrusted": true
}
}