Get payout in manis
**Request Params**
| **Field** | **type** | **Require** | **Description** |
| --- | --- | --- | --- |
| pspPayoutId | string | No | id of payout from psp |
| status | string | No | One of values: <br>INITIAL <br>PENDING <br>INFO_REQUESTED <br>COMPLETED <br>FAILED <br>PROCESSING_TIMEOUT <br>EXCEPTION <br>EXPIRED <br>REFUNDED |
| page | string | No | |
| pageSize | string | No | |
Response Body
200 OK
| Field | Type | **Description** |
| --- | --- | --- |
| `data` | array object | |
| └─`manisTransactionId` | string | Id of payout request in manis |
| └─`pspPayoutId` | string | Payout request id in PSP |
| └─`beneficiaryId` | string | Beneficiary id |
| └─walletType | string | Specifies the type of wallet supported for the payment method. It depends on the country and currency, with different wallets available for each country |
| └─`createdBy` | string | |
| └─`createdAt` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
| └─`updatedBy` | string | |
| └─`updatedAt` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
| └─`transaction` | object | |
| └─└─`id` | string | ID of transaction in Manis |
| └─└─`requestId` | string | The client specifies a unique request ID in the request. |
| └─└─`pspId` | string | ID of the PSP |
| └─└─`merchantId` | string | ID of the merchant |
| └─└─`customerId` | string | ID of the customer |
| └─└─`paymentType` | string | The method used for the payout <br>Enum: WALLET <br>CARD <br>CASH <br>GLOBAL_TRANSFER <br>LOCAL_TRANSFER <br>GLOBAL_TRANSFER_FAST <br>LOCAL_TRANSFER_FAST <br>SWIFT <br>PROXY |
| └─└─`status` | string | status of payout <br>PENDING <br>COMPLETED <br>FAILED <br>EXPIRED <br>REFUNDED <br>CANCELLED |
| └─└─`currency` | string | currency |
| └─└─`amount` | decimal | Amount of transaction |
| └─└─`description` | string | Description |
| └─└─`lastStatusUpdatedDate` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | Last time update status |
| └─└─`createdBy` | string | |
| └─└─`createdAt` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
| └─└─`updatedBy` | string | |
| └─└─`updatedAt` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
| `currentPage` | number | |
| `totalItem` | number | |
| `totalPage` | number | |
400 BAD REQUEST
| **Field** | **Type** |
| --- | --- |
| `type` | string |
| `status` | number |
| `timestamp` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') |
| `title` | string |
| `soaCode` | string |
| `fieldErrors` | array |
| └─ `object` | string |
| └─ `field` | string |
| └─ `rejectedValue` | string |
| └─ `message` | string |
401 UNAUTHORIZED
Query parameters
pspPayoutId
status
page
pageSize
Response headers
Pragma
Expires
Keep-Alive
Cache-Control
X-Frame-Options
X-XSS-Protection
X-Content-Type-Options
Response
OK
data
totalItem
totalPage
currentPage

