wallet
Embedded wallet details for the operation.
The customer wallet id.
Possible values: <= 50 characters
The fee to be applied on this transaction.
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
USD
Id of the merchant wallet where merchant fee is collected.
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.
The wallet account id
Possible values: <= 50 characters
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.
false
risk object
Embedded wallet risk related parameters.
risk rating for the customer at time of transaction or wallet creation
{
"customerId": "string",
"fee": 0,
"feeSettlementCurrency": "USD",
"feeWalletId": "string",
"slipId": "string",
" customerAccount": {
"id": "string"
},
"risk": {
"customerRiskRating": 0,
"isScaPerformed": true,
"isCustomerIPTrusted": true,
"isBeneficiaryTrusted": true
}
}