Get Payout from PSP

View as Markdown
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

createdAtstringOptional

yyyy-mm-dd

pagestringOptional
pageSizestringOptional
refreshstringOptional
realTimestringOptional

Response

OK
pspIdstring
amountinteger
statusstring
currencystring
createdAtdatetime
updatedAtdatetime
customerIdstring
merchantIdstringformat: "uuid"
paymentTypestring
pspPayoutIdstring
beneficiaryIdstring
manisTransactionIdstring