Configuration
The widget is configured via the payload passed into the init call or the config attribute in the react implementation.
Config Object
Key
Required
Description
public_api_key
true
Provided API public key
user_locale
false
User locale for translations
false
Where method and parameters of funding settlement are know ahead of time, they can be provided here. If provided, and all required parameters are present, the funding view will be skipped.
false
Where method and parameters of payout settlement are know ahead of time, they can be provided here. If provided, and all required parameters are present, the payout view will be skipped.
quote
false
Previously obtained quote. If provided the quote view will be skipped.
Quote must be valid and recent, or else the user will be prompted to select a new quote.
surpress_sandbox_warning
false
Prevent the sandbox warning from appearing. (boolean)
Last updated
Was this helpful?