Retrieves a payout request with a specified ID.
Payout request retrieved.
id | string <= 50 characters Unique resource ID. Defaults to UUID v4. | ||||||||
websiteId | string (WebsiteId) <= 50 characters ID of the website. A website is where an organization obtains a customer. For more information, see Obtain an organization ID and website ID. | ||||||||
paymentInstrumentId | string ID of the requested payment instrument to offer for the payout. | ||||||||
currency | string = 3 characters Currency of the payout. | ||||||||
amount | number <double> Amount of the payout. | ||||||||
status | string Status of the request.
| ||||||||
createdTime | string <date-time> Date and time when the payout request is created. | ||||||||
updatedTime | string <date-time> Date and time when the payout request is updated. | ||||||||
Array of objects Related links. | |||||||||
Unauthorized access. Invalid credentials used.
Access forbidden.
Resource not found.
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "websiteId": "example.com",
- "paymentInstrumentId": "string",
- "currency": "USD",
- "amount": 0,
- "status": "pending",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}