Skip to main content

Create a new contract

POST 

/contracts

Create a new contract

Request

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Body

required

    contract_type stringrequired

    Possible values: [RIBPAY, VADS]

    Type of contract to be created.

    iban stringrequired

    IBAN number for the contract.

    account_id stringrequired

    Unique identifier for the account.

    terminal_id string

    Unique identifier for the terminal.

Responses

Contract created successfully

Schema

    contract_id stringrequired

    Unique identifier of the contract

    contract_last_modified date-time

    Timestamp of the last modification to the contract

    contract_type stringrequired

    Type of the contract

    contract_number stringrequired

    Contract number

    contract_beneficiary_name stringrequired

    Name of the beneficiary of the contract

    contract_merchant_id stringrequired

    Merchant ID associated with the contract

    contract_alias_id stringrequired

    Alias ID for the contract

    terminal_id string

    ID of the terminal associated with the contract

    account_id stringrequired

    Account ID associated with the contract

    creator_id stringrequired

    ID of the creator of the contract

Loading...