Payout Item
Name | Type | Examples / Valid options | Description |
---|---|---|---|
id | uuid | aa25e1c3-bea4-4934-abd1-c8973ad3756f | Id of this payout item. |
amount | string | 1000.23234 | Amount of this payout item. This value is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. |
effective_amount | string | 1000.12123 | Effective amount of this payout item. The real amount that will be transferred. This value is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. |
fee_amount | string | 100.1231 | Fee amount of this payout item. This value is a numeric string, with up to 18 digits before the decimal point and with up to 18 digits after the decimal point. |
payout_id | uuid | 850feae6-ba74-4a03-893f-b7db0af03633 | Id of the payout associated with this payout item. |
status | string | PENDING SUCCEEDED REJECTED | Status of this payout item. |
status_code | string null | AWAIT_KYC AWAIT_PROCESSING AWAIT_DISBURSEMENT KYC_FAILED FAILED_BANK_TRANSFER PAYOUT_CANCELED PAYOUT_ABORTED REFUNDED_BY_KYC_FAILED REFUNDED_BY_FAILED_BANK_TRANSFER | Status code of this payout item regarding the status. |
public_data | JSON null | {} | Public data associated with the payout item. |
created_at | string | 2024-08-15T18:35:29.613Z | Creation date of this payout item. |
updated_at | string | 2024-08-15T18:35:29.613Z | Last update date of this payout item. |