How to add, edit or delete deposit or withdrawal methods

  1. To add a deposit method, navigate to System > Deposit system > Deposit methods. To add a withdrawal method, navigate to System > Payout system > Payout methods.

  2. Click +Create in the upper-right page corner.

  3. In the popup, fill in the following fields:

  • In the Name field, enter a name that you want to use for the method.

  • In the Caption field, enter a caption that will be applied to the method in the B2Core Back Office.

  • In the Provider dropdown, select a provider that you want to use for deposit or withdrawal transactions.

  • In the Currency dropdown, select a currency for deposit or withdrawal transactions. After creating the method, you can add multiple currencies to it on the TR Currencies tab.

  1. Click Save to create the method. The created method is enabled by default.

  2. To edit an existing deposit or withdrawal method, click the Edit button located in the method row and modify the settings displayed on the Settings, TR Currencies, PS Currencies, and Commissions tabs.

  3. To delete a deposit or withdrawal method, click the Delete button located in the method row, and then click Yes in the confirmation popup.

How to add a manual deposit or withdrawal method

  1. Navigate either to System > Deposit system > Deposit methods or to System > Payout system > Payout methods.

  2. Click +Create in the upper-right page corner.

  3. In the popup, fill in the following fields:

  • In the Name field, enter Manual.

  • In the Caption field, enter either Manual Deposit or Manual Withdrawal.

  • In the Provider dropdown, select manual.

  • In the Currency dropdown, select a currency for deposit or withdrawal transactions. After creating the method, you can add multiple currencies to it on the TR Currencies tab.

  1. Click Save to create the manual method. The created method is enabled by default.

You can now use the manual deposit method to make deposits, and the manual withdrawal method to make payouts. For details, refer to How to create a deposit and How to create a payout.

How to configure commissions for a deposit or withdrawal method

  1. Navigate either to System > Deposit system > Deposit methods or to System > Payout system > Payout methods.

  2. Choose a method for which you want to configure a commission, and click the Edit button located in the method row.

  3. On the Edit deposit method or Edit payout method page, go to the Commissions tab and click +Add.

  4. In the Create commission popup, fill in the following fields:

  • In the Currency dropdown, select a commission currency.

  • In the Type dropdown, select TR for transaction currencies or PSP for payment system currencies.

  • Enter commission rates in the respective fields shown in the image displayed below.

Fields for configuring commissions

The use of these fields follows the formula:

Minimum commission amount (1) <= Fixed rate (2) + Percentage rate % (3) <= Maximum commission amount (4)

You can set a fixed commission rate, a percentage commission rate, or a combination of both.

  • To set a fixed commission rate, enter the commission amount in the field 2. The specified commission amount is charged for each deposit or withdrawal transaction regardless of the transaction amount.

    For fixed commission rates, leave the other fields empty.

  • To set a percentage commission rate, enter the percentage value in the field 3. The specified percentage of a deposit or withdrawal amount is charged as a commission.

    For percentage commission rates, it’s recommended that you set the minimum commission amount in the field 1 and the maximum commission amount in the field 4. The commission can’t be be lower than the minimum amount or exceed the maximum amount.

  • If both a fixed rate in the field 2 and a percentage rate in the field 3 are entered, the commission is calculated as the sum of the fixed amount and the specified percentage of a deposit or withdrawal amount.

    For combined commissions, it’s also recommended that you set the minimum and maximum commission amounts.

  1. Click Save to apply the commission settings.

How to restrict the use of a deposit or withdrawal method

You can restrict the use of specific deposit or withdrawal methods so that they can only be used by clients who have achieved specific verification levels (for example, due to regulator requirements).

Note

Verification levels must be already created and configured (for details, refer to Manage verification options).

  1. Navigate either to System > Deposit system > Deposit methods or to System > Payout system > Payout methods.

  2. Choose a method the use of which you want to restrict, and click the Edit button located in the method row.

  3. Click Actions in the upper-right page corner, and select Verification level restrictions from the menu.

  4. In the Restrictions popup, fill in the following information:

  • In the Enabled dropdown, select Yes.

  • In the Type dropdown, select either of the two options:

    • Deny only — this option forbids the use of the method for selected verification levels.

    • Allow only — this option allows the use of the method only for selected verification levels.

  • In the Rules dropdown, select one or several verification levels.

  1. Click Save to apply the changes.

How to add custom fields for the Constructor deposit or withdrawal method

You can add and set up custom fields for deposit and withdrawal methods that use the Constructor provider.

To add a custom field:

  1. Navigate to System > Deposit system > Deposit methods or System > Payout system > Payout methods.

  2. From a method list, select a deposit or withdrawal method that uses the Constructor provider.

  3. To navigate to the method details, click the Edit button.

  4. On the Settings tab, navigate to the Custom fields section, and then click Add field.

  5. In the Add field popup, fill in the following fields:

    • In the Caption field, enter a field name. The name will be displayed in the B2Core UI.

    • In the Type dropdown, select a field type. The following types are available:

    • Text — to add a text field.

    • Select with autocomplete — to add a field with predefined options. When a client begins typing in this field, options that match the entered characters are displayed, enabling the client to select the desired one.

    • File — to add a field for attaching a document necessary for depositing or withdrawing funds.

  6. Click Save to add the custom field.

  7. To configure properties of the newly added field, click the Edit button located in the field row:

    • In the displayed Main field settings section, you can make the field mandatory by selecting required in the Rules field.

    • For a field of the Select with autocomplete type, add a list of predefined options. The options can be added manually or uploaded automatically by connecting to an appropriate API resource (for details, refer to How to upload a list of predefined options for a custom field)

    • For a field of the File type, in the Document type dropdown, select the type of a document that clients should attach. The list of available document types includes all the types configured on the Verification > Document types page.

      Clients can attach files in JPEG, PNG, or PDF format with the file size up to 3 MB.

Note

Currently, only one field for attaching files can be added for the Constructor method.

  1. Click Save to apply the changes.

When clients deposit or withdraw funds with the Constructor method, the added custom fields are displayed to them in the same order as they are listed in the Custom fields section of the Back Office.

How to upload a list of predefined options for a custom field

For each custom field of the Select with autocomplete type, you can automatically upload predefined options that clients can select when they deposit or withdraw funds in the B2Core UI.

For example, instead of manually adding bank names as predefined options for the “Bank name” field, you can retrieve them from an appropriate resource defined for your application API.

To upload a list of predefined options for a custom field:

  1. Navigate to the details of a deposit or withdrawal method that uses the Constructor provider.

  2. On the Settings tab, navigate to the Custom fields section.

  3. Select a field of the Select with autocomplete type for which you want to upload a list of predefined options (such as “Bank name”), and then click Edit.

  4. Navigate to the Field dynamic options section, which is displayed below the Custom fields list, and specify the following fields:

  • In the Endpoint field, specify a URL of a specific API resource that includes field values that you want to use as predefined options for the selected custom field.

    The structure of the specified API resource is displayed in the Endpoint result preview field. The following example illustrates a possible resource structure:

    [
      {
        "id": 1,
        "bankId": 1,
        "bankName": "Bank name 1",
        "countryId": 1,
        "countryName": "UAE"
      },
      {
        "id": 1,
        "bankId": 2,
        "bankName": "Bank name 2",
        "countryId": 1,
        "countryName": "UAE"
      },
      {
        "id": 1,
        "bankId": 3,
        "bankName": "Bank name 3",
        "countryId": 2,
        "countryName": "Georgia"
      },
      {
        "id": 1,
        "bankId": 4,
        "bankName": "Bank name 4",
        "countryId": 2,
        "countryName": "Georgia"
      },
      {
        "id": 1,
        "bankId": 5,
        "bankName": "Bank name 5",
        "countryId": 2,
        "countryName": "Georgia"
      }
    ]
    
  • In the Options from key dropdown, select the root element of the specified API resource.

  • In the Option value from key dropdown, select the resource field specifying the values of predefined options displayed for the custom field (such as bankId).

  • In the Option caption from key dropdown, select the resource field specifying the captions of the predefined options (such as bankName).

  1. Click Save to apply the changes.

The list of predefined options for the “Bank name” custom field includes all the values retrieved from the bankName fields of the sample API resource.

How to dynamically form a list of predefined options for a custom field

A list of predefined options for a custom field can be formed dynamically and contain different options depending on the option that is selected from the custom field with which it is associated.

For example, a list of predefined options for the “Bank name” field can depend on the country that is selected in the “Country” field.

Note

To form dynamic lists of predefined options, both the associated custom fields must be populated with the options retrieved from the same API resource (refer to How to upload a list of predefined options for a custom field to learn more).

To dynamically form a list of predefined options for a custom field dynamically:

  1. Navigate to the details of a deposit or withdrawal method that uses the Constructor provider.

  2. On the Settings tab, navigate to the Custom fields section.

  3. Select a field of the Select with autocomplete type for which you want to form a dynamic list of predefined options (such as “Bank name”), and then click Edit.

  4. Navigate to the Field dynamic options section, which is displayed below the Custom fields list, and specify the following field settings:

  • In the Depends on field dropdown, select another custom field (such as “Country”) that you want to associate with the “Bank name” field.

  • In the Depends on field by key dropdown, select the resource field that will be used to filter the options for the “Bank name” field (such as countryId).

  1. Click Save to apply the changes.

The list of bank names displayed for the “Bank name” field depends on the country that was previously selected by a client from the “Country” field.