Loa Heo Vàng - Đối tác dùng loa
  1. Partner Customer
Loa Heo Vàng - Đối tác dùng loa
  • Guideline
  • Partner Auth
    • Get access token for partner client
      POST
    • Refresh token
      POST
  • Partner Customer
    • Health check
      GET
    • Notification webhook callback (demo)
      POST
    • Get list store
      GET
    • Create a dynamic QR code for payment
      POST
  • Schemas
    • Schemas
      • ErrorResponsePayloadDto
      • StorePayloadListDto
      • CreateStoreQRParamDto
      • CreateStoreQRResponseDto
      • PartnerAuthTokenRequestDto
      • PartnerAuthTokenResponseDto
      • PartnerAuthRefreshRequestDto
      • PartnerPaymentNotificationRequestDto
      • PartnerCustomerNotificationResponseDto
      • StorePayloadDto
  1. Partner Customer

Get list store

Testing Env
https://api-test.loaheovang.com
Testing Env
https://api-test.loaheovang.com
GET
/api/v1/partner/customer/store

Request

Query Params

Header Params

Responses

🟢200OK
application/json
Body

🟠401Unauthorized
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-test.loaheovang.com/api/v1/partner/customer/store' \
--header 'x-client-id;'
Response Response Example
{
    "total": 0,
    "current": 0,
    "pageCount": 0,
    "pageSize": 0,
    "data": [
        {
            "id": "123e4567-e89b-12d3-a456-426614174000",
            "storeName": "Cafe Milano",
            "ownerName": "Nguyen Van A",
            "bankName": "Ngân hàng TMCP Quân đội (MB Bank)",
            "bankCode": "MB",
            "bankAccountNumber": "0123456789012",
            "bankAccountName": "NGUYEN VAN A",
            "terminalID": "T123456789",
            "terminalName": "MB-CafeMilano-001",
            "active": true,
            "createdAt": "2023-06-15T09:30:00Z",
            "staticQRCode": "00020101021238...[long QR string]",
            "totalTransaction": "1250",
            "totalAmount": "25000000",
            "devices": [
                [
                    "string"
                ]
            ]
        }
    ]
}
Modified at 2025-06-30 17:11:25
Previous
Notification webhook callback (demo)
Next
Create a dynamic QR code for payment
Built with