GET api/v1/QrPayment/GetQrPayment?customerId={customerId}&beginDate={beginDate}&endDate={endDate}&isLastTen={isLastTen}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
customerId

globally unique identifier

Required

beginDate

date

Required

endDate

date

Required

isLastTen

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

ServiceResponseOfListOfQrPayment
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Response

Collection of QrPayment

None.

IsShowMessage

boolean

None.

IsShowRateAndReview

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 1,
  "Message": "sample string 2",
  "Response": [
    {
      "TransactionDate": "2024-11-14T07:30:37.9360675+03:00",
      "SendAmount": 2.0,
      "SendAmountCurrencyName": "sample string 3",
      "RecipientAmount": 4.0,
      "RecipientAmountCurrencyName": "sample string 5",
      "SenderFullname": "sample string 6",
      "RecipientAccountNumber": "sample string 7",
      "RecipientIban": "sample string 8",
      "SenderAccountNumber": "sample string 9",
      "SenderIban": "sample string 10",
      "CustAccountOperationId": "a912f64b-bfa5-4286-8bd9-d3f1dde2ce69",
      "OperationDescription": "sample string 12"
    },
    {
      "TransactionDate": "2024-11-14T07:30:37.9360675+03:00",
      "SendAmount": 2.0,
      "SendAmountCurrencyName": "sample string 3",
      "RecipientAmount": 4.0,
      "RecipientAmountCurrencyName": "sample string 5",
      "SenderFullname": "sample string 6",
      "RecipientAccountNumber": "sample string 7",
      "RecipientIban": "sample string 8",
      "SenderAccountNumber": "sample string 9",
      "SenderIban": "sample string 10",
      "CustAccountOperationId": "a912f64b-bfa5-4286-8bd9-d3f1dde2ce69",
      "OperationDescription": "sample string 12"
    }
  ],
  "IsShowMessage": true,
  "IsShowRateAndReview": true
}