cURL
curl --request POST \ --url https://payvra.com/api/v1/merchants/payout/fetch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "payoutId": "<string>" }'
{ "id": "<string>", "wallet": { "merchantId": "<string>", "currency": { "symbol": "<string>" } }, "network": { "network": "<string>" }, "status": "PROCESSING", "address": "<string>", "txHash": "<string>", "amount": 123, "createdAt": "2023-11-07T05:31:56Z" }
Retrieves details of an existing payout
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Payout retrieved successfully
The response is of type object.
object