Skip to main content

v2.payment.get_payout_detail

GET /api/v2/payment/get_payout_detail

This API is applicable for Cross Border (CB) sellers only to get the shop's payout data, such as the payout amount, currency, FX rate, the payout's associated order income and adjustment records etc.

Endpoint URL

URL: https://partner.shopeemobile.com/api/v2/payment/get_payout_detail

Common Request Parameters

NameTypeSampleDescription
partner_idint1Partner ID is assigned upon registration is successful. Required for all requests.
timestamptimestamp1610000000This is to indicate the timestamp of the request. Required for all requests. Expires in 5 minutes.
access_tokenstringc09222e3fc40ffb25fc947f738b1abf1The token for API access, using to identify your permission to the api. Valid for multiple use and expires in 4 hours.
shop_idint600000Shopee's unique identifier for a shop. Required param for most APIs.
signstringe318d3e932719916a9f9ebb57e2011961bd47abfa54a36e040d050d8931596e2Signature generated by partner_id, api path, timestamp, access_token, shop_id and partner_key via HMAC-SHA256 hashing algorithm. More details: https://open.shopee.com/documents?module=87&type=2&id=58&version=2

Request Parameters

NameTypeRequiredSampleDescription
page_sizeintTrue10Number of pages returned max:100
page_nointTrue1The page number min:1 default:1
payout_time_fromtimestampTrue1643365068Strat time. Maximum time range is 15 days
payout_time_totimestampTrue1659003469End time

Response Parameters

NameTypeSampleDescription
errorstringError code
messagestringError message
request_idstring5bd2a33faed0007f4883797f590e2a26The unique id for request.
responseobjectThe business content of the response
morebooleanfalse
payout_listobject[]
payout_infoobjectThe information of payout.
from_currencystringVNDThe settlement currency of orders.
payout_currencystringUSDThe actual currency of payout.
from_amountfloat591797912.0The settlement amount.
payout_amountfloat25678.64The actual amount of payout.
exchange_ratestring0.00The exchange rate.
payout_timetimestamp1651842208The time of payout.
pay_servicestringPayoneerThe service provider of seller. Available value: payoneer, pingpong, lianlian.
payee_idstring279016275538Seller's account to receive the payout.
escrow_listobject[]
escrow_amountfloat20865.0The total amount that the seller is expected to receive for the order.
currencystringVNDThe currency used for calculating escrow amount.
order_snstring220404NF3CFFNYShopee's unique identifier for an order.
offline_adjustment_listobject[]The list of offline adjustments.
adjustment_amountfloat2.0The amount of offline adjustments.
modulestringCommission FeeThe reason for offline adjustment.
remarkstringDRC commission fee adjustmentThe remark for the reason.
scenariostringCommission Fee AdjustmentThe scenario of adjustment.
adjustment_levelstringshopDimension of offline adjustment. Available value: shop, order.
order_snstring220322JUMMT0S0Shopee's unique identifier for an order.