POST api/VietQR/GetPaymentInfo

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PaymentConfirmationModel
NameDescriptionTypeAdditional information
STKKhach

string

None.

TenSTKKhach

string

None.

SoTien

decimal number

None.

DonVi

string

None.

SoTKCuaHang

string

None.

NoiDungCK

string

None.

CreDtTm

date

None.

PrxyId

globally unique identifier

None.

ButToan

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "STKKhach": "sample string 1",
    "TenSTKKhach": "sample string 2",
    "SoTien": 3.1,
    "DonVi": "sample string 4",
    "SoTKCuaHang": "sample string 5",
    "NoiDungCK": "sample string 6",
    "CreDtTm": "2026-01-29T16:28:22.4882332+07:00",
    "PrxyId": "4a7ebf24-2dde-4280-a169-128ffa1667ee",
    "ButToan": "sample string 9"
  },
  {
    "STKKhach": "sample string 1",
    "TenSTKKhach": "sample string 2",
    "SoTien": 3.1,
    "DonVi": "sample string 4",
    "SoTKCuaHang": "sample string 5",
    "NoiDungCK": "sample string 6",
    "CreDtTm": "2026-01-29T16:28:22.4882332+07:00",
    "PrxyId": "4a7ebf24-2dde-4280-a169-128ffa1667ee",
    "ButToan": "sample string 9"
  }
]