Skip to main content

Query information on the payment page

GET 

/payment/payInfo

Query the latest information of the payment page, including the countdown, updated sub-contract wallet address, etc.

Request

Query Parameters

    outTradeNo stringrequired

    Merchant order number

Responses

OK

Schema

    code int32required

    Status code

    msg stringrequired

    Status message on success or error message on failure

    description string

    Detailed description when error

    data

    object

    required

    countDown int64required

    Payment page countdown

    Unit: seconds

    orgName stringrequired

    Merchant name

    Can be modified by the merchant administrator on the orgnization information page of the management platform

    userWalletAddress stringrequired

    Sub-contract wallet address for receiving payments

    May change after the merchant or user changes the chain and currency used for payment

    saltHash stringrequired

    Salt value hash used to verify the sub-contract address

    May change after the merchant or user changes the chain and currency used for payment

Loading...