Skip to main content

Retrieve a contract by ID

GET 

/contracts/:id

Retrieve a contract by ID

Request

Path Parameters

    id uuidrequired

    Unique identifier of the contract

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Responses

Contract details

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...