Get withdrawal information by ID
https://testnet.trustsig.xyz/v1/withdrawal/info?id=1e602c35-7080-4fd4-a245-cf0c971423c8
⚠️ API Key is required for all requests Webhook Secret
x-api-key
API Key is required for all requests
Accept-Language
Select Language
id
Withdrawal ID
curl --location 'https://testnet.trustsig.xyz/v1/withdrawal/info?id=1e602c35-7080-4fd4-a245-cf0c971423c8' \
--header 'Accept-Language: en' \
--header 'x-api-key: YOUR_API_KEY_HERE'
{
"data": {
"id": "1e602c35-7080-4fd4-a245-cf0c971423c8",
"seq_num": 1,
"order_id": "WD-20250101-001",
"order_user_reference": "USER001",
"amount": "1000.00",
"withdrawal_amount": 1000.00,
"fee": 25.00,
"net_amount": 975.00,
"from_currency": "THB",
"to_currency": "THB",
"bank_account": {
"bank_code": "SCB",
"bank_name": "ธนาคารไทยพาณิชย์",
"account_number": "123-456-7890",
"account_name": "นาย สมชาย ใจดี"
},
"withdrawal_status": "WITHDRAWAL_COMPLETE",
"is_completed": true,
"status": "COMPLETED",
"requested_at": "2025-01-01T10:00:00.000Z",
"approved_at": "2025-01-01T10:30:00.000Z",
"completed_at": "2025-01-01T11:00:00.000Z",
"created_at": "2025-01-01T10:00:00.000Z",
"updated_at": "2025-01-01T11:00:00.000Z",
"organization_id": "7686e9f3-1b6f-4100-9060-a0afb39b3541",
"agent_id": "aacc3472-f3c3-49bb-9040-d5a6aff283bf",
"transaction_history": [
{
"timestamp": "2025-01-01T10:00:00.000Z",
"status": "WITHDRAWAL_PENDING",
"description": "สร้างคำขอถอนเงิน"
},
{
"timestamp": "2025-01-01T10:30:00.000Z",
"status": "WITHDRAWAL_APPROVED",
"description": "อนุมัติการถอนเงิน"
},
{
"timestamp": "2025-01-01T11:00:00.000Z",
"status": "WITHDRAWAL_COMPLETE",
"description": "ถอนเงินสำเร็จ",
"transaction_reference": "TXN987654321"
}
]
},
"success": true,
"message": "ดึงข้อมูลสำเร็จ",
"timestamp": "2025-01-01T11:05:00.000Z"
}
id
Withdrawal ID
order_id
Withdrawal Reference
order_user_reference
Customer Name
amount
Withdrawal Amount
withdrawal_amount
Withdrawal Amount
fee
Amount
net_amount
Withdrawal Amount
bank_account
Account Name
withdrawal_status
Withdrawal Status
is_completed
Withdrawal Status
status
Status
requested_at
Date From
approved_at
Processed At
completed_at
Completed At
created_at
Created At
updated_at
Updated At
transaction_history
Transaction ID
Not Found
Invalid API Key
Rate Limit Exceeded