Payout
Key | Type | Description |
---|---|---|
uuid | string|integer | Payout identifier |
object | string | Currently only "payout" |
amount | integer | Total amount of payout |
total_fees | integer | Total of fees within payout |
currency | string | ISO 4217 of currency |
date | date (YYYY-MM-DD) | Payout date |
statement | string | Statement that is visible on bank statement |
status | string
| Status of the payout. The payout always first goes to status "sent" and may transition to "failed" when the payment gets sent back from the receiving bank. |
destination | object | Destination as object with keys:
|
transfers | array | Array of transfer objects consisting of:
Types of transfers:
Types of transfer items:
|
merchant | object | Merchant as object with keys:
owner object consists of:
|
is_manual_payout | boolean | Indicator whether the payout is manual or not |
Updated 10 days ago