CustomerFeature
Defines embedded wallet feature configuration information for specific customer.
nameFeatureName (string)required
Feature name.
Possible values: [ONBOARDING
, DEPOSIT
, WITHDRAWAL
, PREPAID_CARD
, P2P_TRANSFER
]
enabledboolean
Feature status.
Default value:
true
CustomerFeature
{
"name": "ONBOARDING",
"enabled": true
}