Skip to main content

Retrieve contracts by account ID

GET 

/contracts/account/:account_id

Retrieve contracts by account ID

Request

Path Parameters

    account_id uuidrequired

    Unique account identifier to find contracts

Header Parameters

    sub-account stringrequired

    Sub-account identifier required for all requests

Responses

Contracts for the specified account

Schema

  • Array [

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