Query Checkout
Introduction
This API do not require merchant signature.
API Description
Request Method: GET
Request Path: /api/v3/purchase/checkouts/:checkoutId
Response Example
{
"data": {
"checkoutUrl": "check.aeon.xyz/purchase/85CPgvR6DTTeXTo7Wd5",// checkout Url
"order": { ... } //Corresponding order information,check queryOrder for more details
}
}
Updated about 1 month ago