Get Payout from PSP
Get the payout list directly from PSP.
#### **Request Params**
| **Field** | **type** | **Require** | **Description** |
| --- | --- | --- | --- |
| createdAt | date(yyyy-mm-dd) | No | |
| page | number | No | |
| pageSize | number | No | |
| realTime | boolean | No | |
| refresh | boolean | No | |
#### Response Body
| Field | Type | **Description** |
| --- | --- | --- |
| `manisTransactionId` | string | ID of payout transaction from Manis |
| `pspTransactionId` | string | ID of transaction from PSP |
| `customerId` | string | ID of the customer |
| `beneficiaryId` | string | ID of the beneficiary |
| `pspPayoutId` | string | ID of payout from PSP |
| `pspId` | string | ID of the PSP |
| `merchantId` | string | ID of the merchant |
| `paymentType` | string | PAYOUT |
| `status` | string | Status of payout <br>PENDING <br>COMPLETED <br>FAILED <br>EXPIRED <br>REFUNDED <br>CANCELLED |
| `currency` | string | Currency |
| `amount` | number | Amount of transaction |
| `createdAt` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
| `updatedAt` | date(yyyy-MM-dd'T'HH:mm:ss.SSS'Z') | |
Query parameters
createdAt
yyyy-mm-dd
page
pageSize
refresh
realTime
Response
OK
pspId
amount
status
currency
createdAt
updatedAt
customerId
merchantId
paymentType
pspPayoutId
beneficiaryId
manisTransactionId

