POST api/VietQR/GetFundiinInfo

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 TransactionStatusReposeModel
NameDescriptionTypeAdditional information
merchantId

string

None.

referenceId

string

None.

storeId

string

None.

amountValue

decimal number

None.

paymentTransId

string

None.

paymentMethod

string

None.

paymentChannel

string

None.

paymentStatus

string

None.

notificationType

string

None.

resultStatus

string

None.

resultMsg

string

None.

tPaymentTime

string

None.

paymentTime

date

None.

amountCurrency

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "merchantId": "sample string 1",
    "referenceId": "sample string 2",
    "storeId": "sample string 3",
    "amountValue": 4.0,
    "paymentTransId": "sample string 5",
    "paymentMethod": "sample string 6",
    "paymentChannel": "sample string 7",
    "paymentStatus": "sample string 8",
    "notificationType": "sample string 9",
    "resultStatus": "sample string 10",
    "resultMsg": "sample string 11",
    "tPaymentTime": "sample string 12",
    "paymentTime": "2026-01-29T16:28:30.2783474+07:00",
    "amountCurrency": "sample string 14"
  },
  {
    "merchantId": "sample string 1",
    "referenceId": "sample string 2",
    "storeId": "sample string 3",
    "amountValue": 4.0,
    "paymentTransId": "sample string 5",
    "paymentMethod": "sample string 6",
    "paymentChannel": "sample string 7",
    "paymentStatus": "sample string 8",
    "notificationType": "sample string 9",
    "resultStatus": "sample string 10",
    "resultMsg": "sample string 11",
    "tPaymentTime": "sample string 12",
    "paymentTime": "2026-01-29T16:28:30.2783474+07:00",
    "amountCurrency": "sample string 14"
  }
]