Skip to main content

Get a Statement

GET 

/statements/:id

Get a Statement

Request

Path Parameters

    id stringrequired

Responses

OK

Response Headers

  • Acme-Mode

    string

    Has the value LIVE if the data exists in live production mode or the value TEST if the data exists in test sandbox mode.

Schema

    id stringrequired

    Unique identifier for the object

    statementDate stringrequired

    Statement date

    type stringrequired

    Possible values: [CAMT.053]

    Statement type

    bankAccount

    object

    required

    The bank account of the statement

    id string

    Internal Account ID

    bank string

    Bank SWIFT/BIC code

    bankAccountNumber string

    Account number

    createdAt stringrequired

    Time at which the object was created. In ISO 8601 format.

    updatedAt stringrequired

    Time at which the object was last updated. In ISO 8601 format.

Loading...