Skip to main content
PUT
Registration, Deposit and Fee Settings

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Body

application/json
allowAutoRamp
boolean

select true if NGN deposits without matching ramps can create auto ramp requests; defaults to false

autoMoveDeposit
boolean

select true if all user's account deposits should be held in the user's main account; defaults to false

cryptoPaymentSource
enum<string>

select known if crypto wallets are to a user provided address; select unknown addresses generated by the service; defaults to known

Available options:
known,
unknown
feeAccount
string

account to receive fees and it must be an existing account

feeAmount
number

required with feeCurrency and feeType

feeBearer
enum<string>

select customer if the fee should be borne by the customer; select merchant if the fee should be borne by the merchant; defaults to customer

Available options:
customer,
merchant
feeCap
number

optional maximum fee amount; if set, the fee will not exceed this amount if type is percentage

feeCurrency
enum<string>

required with feeAmount and feeType

Available options:
USD
feeType
enum<string>

required with feeCurrency and feeAmount

Available options:
fixed,
percentage
registrationType
enum<string>
Available options:
open,
closed

Response

put user settings ok

message
string