Aller au contenu principal

Get the order detail

GET 

/account/order/:orderId/

Get the order detail

Request

Path Parameters

    orderId stringrequired

    The Id of the order you want to get

Responses

Return order details

Schema
  • Array [
  • id string

    id

    externalId string

    externalId

    invoiceExternalCode string

    invoiceExternalCode

    invoiceDate string

    invoiceExternalCode

    nominalAmount number

    nominalAmount

    recidivism boolean

    recidivism

    executionDate string

    executionDate

    comment string

    comment

    immediate boolean

    immediate

    endToEndId number

    endToEndId

    currencyCodeIso string

    currencyCodeIso

    category string

    category

    packageNumber number

    packageNumber

    packageDate string

    packageDate

    clientId number

    clientId

    paymentId number

    paymentId

    orderStatusId number

    orderStatusId

    categoryId number

    categoryId

    banked string

    banked

    processing string

    processing

    lastSelectionErrorCode string

    lastSelectionErrorCode

    validType string

    validType

    validTs string

    validTs

    intraBankSettlementDate string

    intraBankSettlementDate

    createdAt datetime

    createdAt

    updatedAt datetime

    updatedAt

    creationToken string

    creationToken

    rfRuleRef string

    rfRuleRef

    timeTable boolean

    timeTable

    timeTableId string

    timeTableId

    remote string

    remote

    limitDate datetime

    limitDate

  • ]
Loading...