Event Type: order_payment
order_id[* String]: Order IDpayment[* Object Payment]: Payment Information
payment_id[* String]: Payment Serial Numbermethod[* String]: Payment Method, enumeration
channel[* String]: Payment Channel, example: worldpay、credorax、airwallex、apple_pay、checkout、ebanx、adyen、stripe、paypal、pacypay、alipay、wechat_pay、otheramount[* Object Amount]: Payment Amount
currency[* String]: Local Currency Type, 3-letter code according to ISO 4217amount_local[* Double]: Amount ( Local Currency )amount_usd[Double]: Amount ( USD ), The USD amount is converted from the original amount by the exchange rate, (required when not access to China Server)amount_cny[Double]: Amount ( CNY ), The CNY amount is converted from the original amount by the exchange rate, (required when accessing a China Server)card[Object Card]: Payment Card, required when paying by card
card_bin[* String]: Card Binlast_four_digits[* String]: Last Four Digits of the Card Numbercard_number_length[* Integer]: Card Number Lengthholder_name[Object Name]: Cardholder Name
first_name[String]: First Namemiddle_name[String]: Middle Namelast_name[String]: Last Namenickname[String]: Nicknamedebit_or_credit[String]: Card Type, enumeration
issuer_region[String]: Issuer Region, 2-letter country code according to ISO 3166expiration_date[String]: Expiration Date, format: YYYY-MM, example: 1998-01is_coupon_used[Boolean]: Coupons Used or not, enumeration
coupons[Array Coupon]: List of Coupons Used
coupon_id[* String]: Coupon IDcoupon_name[* String]: Coupon Namecoupon_count[* Integer]: Coupon Countbegin_time[* Long]: Begin Time, timestamp (milliseconds), UTC, Jan 1, 1970expire_time[* Long]: Expire Time, timestamp (milliseconds), UTC, Jan 1, 1970coupon_type[String]: Coupon Type, enumeration
coupon_rate[Double]: Coupon Discount Rate, Range: 0 - 1.00, example: 90% off: 0.9coupon_threshold[String]: Coupon Thresholdcash_back_amount[Object Amount]: Cash_back Amount
currency[* String]: Local Currency Type, 3-letter code according to ISO 4217amount_local[* Double]: Amount ( Local Currency )amount_usd[Double]: Amount ( USD ), The USD amount is converted from the original amount by the exchange rate, (required when not access to China Server)amount_cny[Double]: Amount ( CNY ), The CNY amount is converted from the original amount by the exchange rate, (required when accessing a China Server)billing[Object Billing]: Billing Information
address[ Object Address]: Billing Address
country[* String]: Country, 2-letter country code according to ISO 3166region[* String]: Regioncity[* String]: Citydistrict[String]: Districtdetail[String]: Detailed Addresszip_code[String]: Zip Codephone[ Object Phone]: Billing Phone
country_code[* Integer]: Country Code, Compliant with ITU E.164 standard, without '+ sign', without prefix 0, example: 86phone_number[* String]: Phone Number, without '+ sign'email[String]: Billing Emailrecipient[ Object Name]: Billing Recipient
first_name[String]: First Namemiddle_name[String]: Middle Namelast_name[String]: Last Namenickname[String]: Nickname{
"order_id": "NX348566DIHD",
"payment": {
"payment_id": "NHF8736274",
"method": "card",
"channel": "paypal",
"amount": {
"currency": "USD",
"amount_local": 68,
"amount_usd": 10,
"amount_cny": 68
},
"card": {