Withdraw
สำหรับแจ้งเตือนรายการถอน
แจ้งเตือนรายการฝาก
POST
https://example.com/your-withdraw-callback
Headers
Name
Type
Description
x-wildpay-partnerid*
String
partner id
x-wildpay-signature*
String
signature
Request Body
Name
Type
Description
timestamp*
String
ISO Date
successTime*
ISO Date
refId
String, Unique
Ref ID
transactionId
String, Unique
Transaction ID
amount*
Number
จำนวนเงินที่ทำรายการฝาก
payAmount*
Number
จำนวนเงินที่โอนฝากเข้ามา
fee*
Number
ค่าบริการ
method*
String
วิธีการที่ฝากเงินเข้ามา (Payout, Settlement)
extendParams
Object
Params ที่เพิ่มเข้ามาจากเส้นฝาก
status*
String
สถานะรายการ
Status
Status
Description
PAID
Withdraw transaction is successful
CANCEL
Order rejected
FAILED
Payment failed
REVERT
Reversed (bank reversal, usually returned the next day, order status changes to this)
Expected response
Last updated