⬆️GET Single Payout
In this section, you’ll learn how to retrieve a singl payout records from your PayRam server, including their details and current statuses.
Last updated
GET {BASE_URL}/api/v1/withdrawal/{id}/merchantcurl --location --request GET \
'${BASE_URL}/api/v1/withdrawal/120/merchant' \
--header 'API-Key: <API_KEY>' \
--header 'Content-Type: application/json'{
"id": 120,
"createdAt": "2026-06-19T13:14:41.806Z",
"updatedAt": "2026-06-19T13:18:02.114Z",
"blockchainCode": "ETH",
"currencyCode": "USDC",
"currencyType": "token",
"amount": "100",
"priceInUSD": "1",
"amountInUSD": "100.000000",
"fee": "0.000412",
"fromAddress": "0x21d4cF2E…EA8d45",
"toAddress": "0x9F8E7D6C…65432",
"tokenAddress": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"recipientEmail": "test@test.com",
"txHash": "0xabc123…def456",
"status": "sent",
"type": "payout_merchant",
"attributes": null,
"failureReason": null,
"webhookStatus": "received",
"createdBy": "user"
}