stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 How can I obtain transaction records for money in Shopee Wallet via OpenAPI?
For cross-border shops, you may call the "v2.payment.get_payout_info" and "v2.payment.get_billing_transaction_info" APIs to retrieve wallet transaction records.
For local shops, you may call the "v2.payment.get_wallet_transaction_list" API and utilize the "transaction_type" field to retrieve certain wallet transaction records.
| Value input in "transaction_type" field | Definition |
| ESCROW_VERIFIED_ADD | the payment transaction added to the Shopee Wallet after an order is completed |
| WITHDRAWAL_CREATED | it indicates a record of seller withdrawals or automatic withdrawals, where the amount has been deducted from the wallet and is in the process of being transferred. |
| WITHDRAWAL_COMPLETED | it records the successful transfer of the seller's withdrawal or automatic withdrawal from the Shopee Wallet to the seller's bank account. |
| SPM_DEDUCT | transaction record for direct purchases of the merchant's value-added service products using funds from the wallet |
| LOST_PARCEL_SELLER_ADD | compensation received for lost parcels |
| ADJUSTMENT_FOR_RR_AFTER_ESCROW_VERIFIED | adjustments made for refunds or returns processed after the buyer has completed the order |
| ADJUSTMENT_CENTER_ADD | positive adjustments to the account, possibly for refunds of handling fee overcharges |
| ADJUSTMENT_CENTER_DEDUCT | negative adjustments to the account, which could include refunds for various offline fees or service charges from Shopee |
