Skip to main content

contractRequest

DTO for contract creation request

productCodestring[]

List of product codes associated with the contract. This list can contain either commercial offer codes or business profile codes.

Example: ["292","193"]
customerIdstring

The unique identifier of the customer.

Example: 801971
bankCodestring

The bank code

Example: BANK001
languageCodestring

The language code.

Example: en
beneficiaries object[]
  • Array [
  • ribstring

    The RIB (Relevé d'Identité Bancaire) of the beneficiary

    Example: 4012086007461825500
    titlestring

    The title of the beneficiary contract

    Example: Mr Jhon
    currencystring

    The currency associated with the contract

    Example: TND
  • ]
  • contractRequest
    {
    "contractRequest": {
    "productCode": [
    "192",
    "193"
    ],
    "customerId": 801971,
    "bankCode": "BANK001",
    "languageCode": "en",
    "beneficiaries": [
    {
    "rib": 4012086007461825500,
    "title": "Mr Jhon",
    "currency": "788"
    }
    ]
    }
    }