Skip to main content

Payment report

POST 

/v1/reports/payments_report

Returns payment report using the specified criteria

Request

Body

    date_from daterequired

    Requested payment date period start

    date_to date

    Requested payment date period end If not specified considered as the current date by default

    instrument stringrequired

    Instrument expressed as a currency pair.

Responses

Your request has been successfully processed

Schema

  • Array [

  • GrpHdr

    GrpHdr

    required

    MsgId stringrequired
    Example: 1234567890123456
    CreDtTm string
    Example: 2024-07-04T12:34:56
    NbOfTxs stringrequired
    Example: 1

    SttlmInf

    SttlmInf

    SttlmMtd stringrequired
    Example: CLRG

    InstgAgt

    InstgAgt

    FinInstnId

    FinInstnId

    BICFI stringrequired
    Example: INSTBICXXXX

    InstdAgt

    InstdAgt

    Nm string

    BranchIdentification

    BranchIdentification

    Id stringrequired

    FinInstnId

    FinInstnId

    required

    BICFI stringrequired
    Example: INSDBICXXXX

    paymentProviderInfo

    object

    required

    providerName string
    providerTransactionId string
    providerTransactionStatus string
    providerTransactionStatusCode string
    status stringrequired

    Latest payment status change.

    Possible values: [pending, accepted, rejected]

    Default value: pending
    errCode string
  • ]

Loading...