# Check if the scene value is within the payment checksum range

# Interface call request specification

WeChat background will pay for the checkout in line with the scene value within the scope of payment verification (ticket)/Order Information) Verification

Scene Value Enumeration List

Getting Scene Value Guidelines

Http request method: POST
https://api.weixin.qq.com/shop/scene/check?access_Token = xxxxxxxxx

# Request Parameter Sample

{
    "scene": 1175
}

# Return Package Example

{
    "errcode": 0,
    "errmsg":"ok",
    "is_matched": 1
}

# Request Parameter Dxplaination

parameter type Required Required Introductions
scene number yes Scene value

# Return parameter specification

parameter type Introductions
Errcode number Error code
errmsg string Error message
is_matched number 0: Not within the scope of payment validation, 1: Within the scope of payment verification