Query specify customer order
GET https://{handle}.myshopline.com/admin/openapi/v20260301/customers/:id/orders.json
handle : The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com , the store handle is open001 .Path Parameters
- id string requiredCustomer idExample:
2002697754
Query Parameters
- fields stringThe fields to be queried, separated by commas, do not pass all field information, currently all fields are returnedExample:
id - limit integerQuery of query quantity , default 50 , can not exceed 100Example:
10 - page_info stringThe unique identifier for pagination queries, used to locate a specific page.This parameter value is obtained from the
linkvalue in the response header of this API after you have queried the pagination information.For example, if thelinkvalue you obtained is<https://{handle}.myshopline.com/admin/openapi/{version}/customers/:id/orders.json?limit=1&page_info=eyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9>; rel="next", the value ofpage_infoiseyJzaW5jZUlkIjoiMTYwNTc1OTAxNTM4OTA4Mjk1MjExMTI3ODgiLCJkaXJlY3Rpb24iOiJuZXh0IiwibGltaXQiOjF9. For more information on how to use pagination, refer to Paging Mechanism.Example:eyJxdWVyeVBhcmFtU3RyaW5nIjoie1wic2l6ZVwiOjEsXCJzb3J0XCI6W1widWlkOmRlc2NcIl0sXCJzdG9yZUlkXCI6XCIxNjM5NjQwNTgxMzQ2XCIsXCJ1aWRcIjpcIjBcIixcImNyZWF0ZVRpbWVcIjpcIjw9MTY0OTg1NTYwMDAwMFwiLFwidXBkYXRlVGltZVwiOlwiXCJ9Iiwic2luY2VJZExpc3QiOlsiNDIwMTY4MDE5NSJdLCJwYWdlIjoyLCJzaXplIjoxLCJpbml0U29ydCI6WyJ1aWQ6ZGVzYyJdLCJzb3J0IjpbInVpZDpkZXNjIl0sImRpcmVjdGlvbiI6Im5leHQifQ - since_id stringThe starting position of the order number ID of the data to be queriedExample:
21050224312121887324667162 - status string requiredOrder status , open- processing , cancelled- cancelled , any-contains any state , contains filedExample:
any
Request Headers
- Content-Type string requiredThe field must be set to the fixed value
application/json; charset=utf-8. - Authorization string requiredThe access token for the API resource. Refer to App authorization to obtain the access token, and then pass the obtained token in the Bearer format.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Status Codes
- 200
- 401
- 422
- 429
For the complete list of codes and messages, see Http status code.
Response Headers
link
The URL link that provides the pagination data. You can obtainpage_infofrom this parameter for subsequent pagination requests.This parameter is returned when the requested page has a previous or next page.For more information on how to use pagination, refer to Paging Mechanism.traceId
A globally unique identifier for the request. It is used to track the request flow throughout the system, allowing for easy location and debugging when issues arise.
Response Body
listobject[]
Order information listadjust_price stringAdjust the amountExample:34browser_ip stringClient IPExample:157.119.232.35buyer_note stringBuyer messagingExample:is goodphone stringTelephone numberExample:(555)555-5555service stringShipping method type, pickUp means pick up in store.Example:pickUppresentment_currency stringBuy side currency, same as sell side currencyExample:USDupdated_at stringOrder update time, (see IOS8601 for the format)Example:2012-05-01T14:22:25-04:00adjust_price_setobject
Adjust the amountpresentment_moneyobject
Currency informationcurrency_code stringCurrency informationExample:CNYamount stringAmount, Precision 2Example:45shop_moneyobject
Sell side amountamount stringAmount, Precision 2Example:45currency_code stringCurrency informationExample:CNYtotal_discounts stringTotal discount, marketing discount + artificial discountExample:34customer_locale stringBuyer country, language code + country name abbreviationExample:enCNrefundsobject[]
Refund listcreated_at stringRefund form creation time (see IOS8601 for the format)Example:2021-08-16T08:27:57+00:00refund_line_itemsobject[]
Refund Detailsline_itemobject
Descriptionvariant_id stringProduct SKU serial numberExample:23424235235gift_card booleanWei or not for gift cardsname stringSKU title, same as titleExample:goodrequires_shipping booleanShipping or notExample:truefulfillment_service stringLogistics company nameExample:EMSprice stringCommodity price, precision 2Example:23sku stringProduct code, barCodeExample:32424324attribute stringProduct attributes : name-attribute value multiple comma " , " division like : color-red , size-xExample:redproduct_id stringSPU serial numberExample:42342352435325image_url stringProduct imageExample:https://dsfaf.comtitle stringtitleExample:the airfulfillment_status stringThe shipping status of the product, shipping status, fulfilled-shipped; partial-partially shipped; null-unshipped;Example:fully filledquantity integerQuantity of items in the orderExample:2propertiesobject[]
Product customization informationname stringCustom attribute nameExample:sizetype stringAttribute type, text-character, the display format is name: value; picture-picture, the display type is name: get the rendered thumbnail through URLs; link-hyperlink, the display type is name: value, supports clicking on the link to jump to urls FirstExample:pictureurls arrayURL resource listExample:["https://asdfasfsaf.com"]value stringCustom attribute valuesExample:big sizefulfillable_quantity integerAvailable quantityExample:3tags stringProduct tag ( multiple comma separated )tax_linesobject[]
Tax informationprice_setobject
Multi-currency information of taxpresentment_moneyobject
Buy side currencycurrency_code stringCurrencyExample:CNYamount stringAmountExample:4234shop_moneyobject
Sell side currencyamount stringAmountExample:3546currency_code stringCurrencyExample:CNyrate doubleTax rateExample:4title stringTax nameExample:googsprice stringTax, precision 2Example:8taxable booleanTax or not?Example:truevendor stringSupplierExample:alibabaid stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:432434325variant_title stringCommodity attribute value, multiple divided by " / ", such as: "155 / red / large"Example:redgrams doubleWeight ( grams )Example:33subtotal doubleTotal refund amount, precision 2Example:23total_tax doubleTax amount of refunded goods, precision 2Example:33subtotal_setobject
Total refund amount, multi-currency information, same on seller and buyer sidepresentment_moneyobject
Buy side currencyamount stringAmount, Precision 2Example:34currency_code stringCurrencyExample:CNYshop_moneyobject
Sell side amount informationamount stringAmount, Precision 2Example:544currency_code stringCurrencyExample:CNYtotal_tax_setobject
Total tax amount, multi-currency informationpresentment_moneyobject
Buy side currencyamount stringAmount, Precision 2Example:43currency_code stringCurrencyExample:CNYshop_moneyobject
Sell side amount informationamount stringAmount, Precision 2Example:243currency_code stringCurrencyExample:CNYid stringRefund order numberExample:42323524353line_item_id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:2343535325quantity integerQuantity, quantity of goodsExample:2restock_type stringInventory return type, no_restock-not returned, cancel-cancelled, return-returned only not returnedExample:canceltransactionsobject[]
Refund transaction informationamount stringRefund amount , accuracy 2Example:34created_at stringCreation timeExample:2021-08-16T08:27:57+00:00currency stringCurrencyExample:CNyid stringRefund IDExample:123424252435kind stringTransaction type (authorization, capture, sale, void, refund)Example:saleorder_id stringOrder numberExample:234535235325status stringHandling status, pending, failure, success, and errorExample:successprocessed_at stringUpdate timeExample:2021-08-16T08:27:57+00:00user_id stringUser IDExample:22032949user_id stringUser IDExample:22034092note stringRefund NotesExample:noneorder_id stringOrder numberExample:54325235235442354processed_at stringUpdate time (see IOS8601 for the format)Example:2021-08-16T08:27:57+00:00order_adjustmentsobject[]
Adjust the order informationkind stringAdjust single typeExample:nonetax_amount_setobject
Adjust the single tax amountpresentment_moneyobject
Store adjustment single display tax amountamount doubleStore adjustment single display tax amountExample:43currency_code stringStore adjustment single display tax amountExample:CNYshop_moneyobject
Store adjusts the amount of single taxcurrency_code stringStore adjustment of single tax currencyExample:CNyamount doubleStore adjusts the amount of single taxExample:434amount_setobject
Adjust the single amountshop_moneyobject
Store adjustment amountamount doubleStore adjustment amountExample:34currency_code stringStore adjust the amount currencyExample:CNYpresentment_moneyobject
Store adjustment of displayamount doubleStore adjustment of displayExample:44currency_code stringStore adjustment of display amount currencyExample:CNYid stringRefund adjustment single idExample:werwqrwqrqwrorder_id stringOrder numberExample:423343254235tax_amount stringAdjust the single tax amountExample:44reason stringAdjust the reasonExample:no reasonrefund_id stringRefund single idExample:43254325325325amount stringAdjust the single amountExample:34id stringRefund IDExample:2342353425235current_total_discounts_setobject
Discount total multi-currency information , no multi-currency , so the currency and amount of the transaction house are the samepresentment_moneyobject
Currency informationamount stringAmount, Precision 2Example:43currency_code stringCurrency informationExample:CNYshop_moneyobject
Sell side amountamount stringAmount, Precision 2Example:565435currency_code stringCurrency informationExample:CNYcurrent_total_tax_setobject
Multi-currency information of the sum of taxes, the currency and amount of buyers and sellers are the samepresentment_moneyobject
Currency informationamount stringAmount, Precision 2Example:453424currency_code stringCurrency informationExample:CNYshop_moneyobject
Sell side amountcurrency_code stringCurrency informationExample:CNYamount stringAmount, Precision 2Example:4353cancel_reason stringSeller's reason for cancellationExample:no reasontotal_weight doubleTotal product weight ( g )Example:45subtotal_price stringTotal product price after discount, total product price - marketing discount - artificial discountExample:43currency stringTransaction currencyExample:CNYtotal_outstanding stringSum of unpaid amount, precision 2Example:3422taxes_included booleanDoes the total include tax?fulfillmentsobject[]
Package informationorder_id stringOrder numberExample:543543654654657tracking_number stringThird party tracking numberExample:43324523532535tracking_url stringLogistics company URLExample:https//ems.hsh.comupdated_at stringUpdate timeExample:2021-08-16T08:27:57+00:00id stringPackage numberExample:4323245325235435shipment_status stringPackage trackingExample:sendedstatus stringLogistics delivery status, success-shipped; cancelled-cancelled;Example:successtracking_company stringLogistics company nameExample:EMScreated_at stringCreation timeExample:2021-08-16T08:27:57+00:00line_itemsobject[]
Product listattribute stringProduct attributes : name-attribute value multiple comma " , " division like : color-red , size-xExample:bigimage_url stringProduct imageExample:https://imageaaa.comtitle stringProduct titleExample:goodvariant_id stringProduct SKU serial numberExample:dsfsfsdffsdffulfillment_status stringThe shipping status of the product, shipping status, fulfilled-shipped; partial-partially shipped; null-unshipped;Example:fulfilledvariant_title stringCommodity attribute value, multiple divided by " / ", such as: "155 / red / large"Example:redfulfillment_service stringLogistics company nameExample:EMSgrams doubleWeight ( grams )Example:23price stringCommodity price, precision 2Example:43id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:4322424124214fulfillable_quantity integerAvailable quantityExample:3name stringSKU title, same as titleExample:the airtaxable booleanTax or not?vendor stringSupplierExample:alibabaquantity integerQuantity of items in the orderExample:2requires_shipping booleanShipping or notExample:truetax_linesobject[]
Tax informationrate doubleTax ratetitle stringTax nameExample:gatewayprice stringTax, precision 2Example:33price_setobject
Multi-currency information of taxpresentment_moneyobject
Currency informationamount stringAmountExample:34currency_code stringCurrencyExample:CNYshop_moneyobject
Sell side amount informationcurrency_code stringCurrencyExample:CNYamount stringAmountExample:533sku stringProduct code, barCodeExample:e2erwrwrwrgift_card booleanGift card informationproduct_id stringSPU serial numberExample:23424242143214line_itemsobject[]
Order product snapshot informationfulfillment_status stringThe shipping status of the product, shipping status, fulfilled-shipped; partial-partially shipped; null-unshipped;Example:fulfilledgrams doubleWeight ( grams )Example:324id stringThe ID of the product snapshot table, generated by the system, uniquely confirms a product with the order numberExample:4324234535tax_linesobject[]
Tax informationprice stringTax, precision 2Example:0price_setobject
Multi-currency information of taxshop_moneyobject
Sell side currencycurrency_code stringCurrencyExample:CNYamount stringAmountExample:34534presentment_moneyobject
Sell side currencyamount stringAmountExample:43currency_code stringCurrencyExample:CNYrate doubleTax ratetitle stringTax nameExample:goodsattribute stringProduct attributes : name-attribute value multiple comma " , " division like : color-red , size-xExample:redfulfillment_service stringLogistics company nameExample:EMSsku stringProduct code, barCodeExample:4324325325345taxable booleanTax or not?propertiesobject[]
Product customization informationurls arrayURL resource listExample:["https://dsadasd.com"]value stringCustom attribute valuesExample:bigname stringCustom attribute nameExample:sizetype stringAttribute type, text-character, the display format is name: value; picture-picture, the display type is name: get the rendered thumbnail through URLs; link-hyperlink, the display type is name: value, supports clicking on the link to jump to urls FirstExample:picturevariant_title stringCommodity attribute value, multiple divided by " / ", such as: "155 / red / large"Example:redvendor stringSupplierExample:alibabafulfillable_quantity integerAvailable quantityExample:2image_url stringProduct imageExample:https://aaa.comname stringSKU title, same as titleExample:goodvariant_id stringProduct SKU serial numberExample:432424324quantity integerQuantity of items in the orderExample:3product_id stringSPU serial numberExample:24344523543254325title stringProduct titleExample:the airprice stringCommodity price, precision 2Example:32tags stringProduct tag ( multiple comma separated )Example:goodrequires_shipping booleanShipping or notgift_card booleanWei or not for gift cardsuser_id stringBuyer IDExample:2002697754tags stringOrder tagExample:returnnote stringMerchant notesExample:good customerhidden_order booleanIs filing order , true = filed order , false= does not file orderExample:truepayment_gateway_names arrayList of payment methods, list of payment methods used for this order, SLpayments, Paypal (PayPal payment), Oceanpay (Oceanpayment), TwoCheckout, AsiaBill, Stripe, Pacypay, WorldPay, COD (cash on delivery), CUSTOM (custom), adjustPay (funding adjustment), Xendit (xendit credit card), XenditOtherExample:["Paypal"]total_shipping_price_setobject
Order shipping sum, multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:234currency_code stringCurrencyExample:CNYshop_moneyobject
Sell side amount informationamount stringAmount, Precision 2Example:2342currency_code stringCurrencyExample:CNYsubtotal_price_setobject
Multi-currency information of total product price after discountpresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:34currency_code stringCurrencyExample:CNYshop_moneyobject
Store side amount informationamount stringAmount, Precision 2Example:23currency_code stringCurrencyExample:CNYshipping_linesobject[]
Logistics informationprice stringLogistics freight, precision 2Example:2price_setobject
Logistics shipping multi-currency informationshop_moneyobject
Store side amount informationamount stringAmount, Precision 2Example:34currency_code stringCurrencyExample:CNYpresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:34currency_code stringCurrencyExample:CNYrequested_fulfillment_service_id stringTransportation service codeExample:324242424tax_linesobject[]
Logistics tax listprice stringTaxExample:44price_setobject
Multi-currency information of taxpresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:54currency_code stringCurrencyExample:CNYshop_moneyobject
Store side amount informationamount stringAmount, Precision 2Example:65currency_code stringCurrencyExample:CNYrate doubleTax ratetitle stringTax nameExample:goodstitle stringLogistics nameExample:EMScode stringLogistics numberExample:e2342542354325discounted_price stringDiscount amount, precision 2Example:2phone stringPhoneExample:00861897657463created_at stringOrder creation time (see IOS8601 for the format)Example:2021-08-16T08:27:57+00:00total_tax stringSum of taxes, precision 2, commodity tax + shipping taxExample:234note_attributesobject[]
Merchant note log, date contentcreate_time stringRemark creation time (see IOS8601 for the format)Example:2021-08-16T08:27:57+00:00name stringRemark source (seller ID)Example:nonevalue stringNotesExample:hellostatus stringOrder status, open-processing, canceled-cancelled, any-including any status, including archived;Example:openorder_from stringOrder sourceExample:adminfulfillment_status stringShipping status, unshipped-unshipped; partial-partially shipped; shipped-shipped;Example:unshippedshipping_addressobject
Shipping addresscity stringCityExample:guangzhoushiaddress2 stringDetailed address 2, optionalExample:department2province stringProvinceExample:guangdongcountry stringCountryExample:chinadistrict_code stringDistrict codeExample:440372zip stringPostal codeExample:423443country_code stringCountry codeExample:CNdelivery_store_code stringStore IDExample:341e32last_name stringLast nameExample:Jamesprovince_code stringProvince codeExample:440000first_name stringFirst nameExample:Bobphone stringPhone numberExample:008615098987462delivery_store_name stringStore nameExample:helloname stringFull nameExample:Bob Jamescity_code stringCity codeExample:440100address1 stringDetailed address 1Example:department1district stringDistrictExample:panyuqucompany stringCompany nameExample:Joyid stringSystem order numberExample:21050224312121887324667162token_infoobject
Shopping cart or settlement page token information associated with ordercart_token stringShopping cart tokenExample:423e23e2323echeckout_token stringSettlement page tokenExample:e3e232e32etax_type stringTypes of tax IDExample:1name stringCustom order numberExample:1037current_total_price stringCurrent order total, value logic: total product - total discount + shipping + taxExample:60.0locationsobject[]
Pick-up location addresscountry_code stringCountry codeExample:CNdistrict stringDistrict/CountyExample:panyulocation_seq stringAddress serial numberExample:234423424234town stringCountry / townExample:dashiaddress stringDetailed address 1Example:department1address_add stringDetailed address 2Example:department2name stringAddress nameExample:wandaguangchangcity stringCityExample:guangzhoushiprovince stringProvinceExample:guangdongzip_code stringPostal codeExample:430302phone stringPhoneExample:008615089765743country stringCountryExample:chinatotal_line_items_price stringSum of original prices of goods, precision 2Example:3432532532order_status_url stringOrder status page URLExample:https//hhdghs.comcurrent_subtotal_price stringSum of current products, total price of products * quantityExample:78.0tax_linesobject[]
Tax informationprice stringTaxExample:34price_setobject
Multi-currency information of taxshop_moneyobject
Sell side amount informationamount stringAmount, Precision 2Example:56currency_code stringCurrencyExample:CNYpresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:45currency_code stringCurrencyExample:CNYrate doubleTax rateExample:9title stringTax nameExample:goodscurrent_subtotal_price_setobject
Multi-currency information of the current commodity sum, the buyer's and seller's currency and the amount are the samepresentment_moneyobject
Currency informationcurrency_code stringCurrency informationExample:CNYamount stringAmount, Precision 2Example:43shop_moneyobject
Sell side amountamount stringAmount, Precision 2Example:543currency_code stringCurrency informationExample:CNYclient_detailsobject
Client Detailssession_hash stringsessionIdExample:42343243253543user_agent stringClient ProxyExample:157.119.232.35browser_ip stringIp addressExample:157.119.232.35total_line_items_price_setobject
Sum of original price of goods, multi-currency informationshop_moneyobject
Sell side amount informationcurrency_code stringCurrencyExample:CNYamount stringAmount, Precision 2Example:12presentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:44currency_code stringCurrencyExample:CNYtax_number stringTINExample:12342421412cancelled_at stringOrder cancellation time ( end ) ( format see IOS8601 )Example:2012-05-01T14:22:25-04:00discount_codesobject[]
Promo code informationamount stringDiscount amount, precision 2Example:32code stringPromo codeExample:43563type stringType of discount, reduced amount; discount; free shipping; fixed price; the lowest price item is free; package price; the Nth item is discounted;Example:1current_total_price_setobject
Multi-currency information of the current order total, the buyer's and seller‘s currency and the amount are the samepresentment_moneyobject
Currency informationamount stringAmount, Precision 2Example:443currency_code stringCurrency informationExample:CNYshop_moneyobject
Sell side amountamount stringAmount, Precision 2Example:644currency_code stringCurrency informationExample:CNYcurrent_total_discounts stringSum of discounts, precision 2, marketing offers + artificial discountsExample:0.0billing_addressobject
Billing address informationcompany stringCompany nameExample:Joyfirst_name stringFirst nameExample:Boblast_name stringLast nameExample:Jamesname stringFull nameExample:Bob Jamesphone stringPhone numberExample:008613987675643zip stringPostal codeExample:539002country_code stringCountry codeExample:CNaddress2 stringDetailed address 2, optionalExample:department2city_code stringCity codeExample:414000country stringCountryExample:chinaprovince stringProvinceExample:guangdongprovince_code stringProvince codeExample:440000address1 stringDetailed address 1Example:department1city stringCityExample:guangzhoushicurrent_total_tax stringTotal tax, product tax + shipping taxExample:0.0email stringBuyer mailboxExample:hok@shoplineapp.comfinancial_status stringPayment status , un pad , authorized , pending , partially_paid , pad , partially_refunded , refundedExample:paidcustomerobject
Buyer informationaddressesobject
Buyer address informationcountry_code stringCountry codeExample:CNlast_name stringLast nameExample:Jamesname stringFull nameExample:Bob Jamesphone stringPhoneExample:008613877763452address1 stringDetailed address 1Example:department1address2 stringDetailed address 2, optionalExample:department2province stringProvinceExample:guangdongprovince_code stringProvince codeExample:440000country stringCountryExample:chinafirst_name stringFirst nameExample:Bobcity stringCityExample:guangzhoushizip stringPostal codeExample:523424city_code stringCity codeExample:440113area_code stringPhone area codeExample:0086id stringUser IDExample:223234928phone stringUser mobile phone numberExample:008615087675643currency stringCurrencyExample:CNYemail stringUser mailboxExample:267347264@163.comlast_name stringLast nameExample:Jamesupdated_at stringBuyer update timeExample:2021-08-16T08:27:57+00:00created_at stringBuyer creation timeExample:2021-08-16T08:27:57+00:00first_name stringFirst nameExample:Bobtotal_discounts_setobject
Multi-currency information of discount totalpresentment_moneyobject
Buyer side discount informationamount stringAmount, Precision 2Example:45currency_code stringCurrencyExample:CNYshop_moneyobject
Seller side discount informationamount stringAmount, Precision 2Example:4353245currency_code stringCurrencyExample:CNYtotal_tax_setobject
Total tax , multi-currency informationpresentment_moneyobject
Buyer side amount informationamount stringAmount, Precision 2Example:67currency_code stringCurrencyExample:CNYshop_moneyobject
Sell side amount informationcurrency_code stringCurrencyExample:CNYamount stringAmount, Precision 2Example:75payment_detailsobject[]
Payment slip informationpay_amount doublePayment amountExample:45pay_channel_deal_id stringExternal channel payment serial numberExample:2344325435235235pay_seq stringPayment slip numberExample:56464645466pay_status stringPayment slip status , unpaid- not paid ; pending- paying ; risking- wind control ; paid-paid ; paid_overtime- payment failed ; paid_failed- payment failure ;Example:paidpayment_channel stringPayment channelsExample:onlinepayment_merchant_id stringPayment merchants IDExample:4234242e32epayment_merchant_order_id stringPayment merchant order numberExample:42323432424create_time stringPayment slip creation timeExample:2021-08-16T08:27:57+00:00total_tip_received stringTip, precision 2Example:234
API Explorer
Debugger
Examples
Was this article helpful to you?