Payout
Name | Type | Examples / Valid options | Description |
---|---|---|---|
id | uuid | "8dc85f2f-1cca-4f20-85fb-dcc16b233c94s" | This Payout's ID. |
fee_type | string | "DEDUCTED_FROM_ITEM_AMOUNT" "STANDARD" | Fee type of this payout.DEDUCTED_FROM_ITEM_AMOUNT means that the fee will be deducted from the item amount.STANDARD means that the fee will charged to the customer in the transfer_amount . |
fee_amount | string | 1000.4234 | Fee amount of this payout. 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. |
transfer_amount | string | 1200.50 | Total transfered amount of this payout. 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. |
refunded_amount | string null | 1200.50 | Total refunded amount to the customer of this payout. 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. |
status | string | "PENDING" "ABORTED" "IN_PROGRESS" "FULLFILLED" | Status of this payout. |
status_code | string null | "CREATE_PAYOUT" "AWAIT_PROCESSING" "AWAIT_RECIPIENTS_KYC" "SETTLE_INCOMING_TRANSFER" "AWAIT_DISBURSEMENT" "AWAIT_VALIDATIONS" "CANCELED" "INVALID_CSV" "VALIDATION_FAILED" | Status code of this payout regarding the status. |
origin_source_id | uuid | "ee931602-016a-434d-9833-6910d241b8f4" | Id of the origin source. In payouts must have be a wallet Id. |
public_data | JSON null | <Public Data> | Public data associated with the payout. |
activities | Array | [] | Activities related to the payout. |
finished_at | string null | 2024-08-15T18:35:29.613Z | Date when the payout was finished. |
created_at | string | 2024-08-15T18:35:29.613Z | Creation date of this payout. |
updated_at | string | 2024-08-15T18:35:29.613Z | Last update date of this payout. |
Public Data
Name | Type | Examples / Valid options | Description |
---|---|---|---|
deposit_wallet_address | string null | 0x1234567890 | Minteo wallet address where the tokens were deposited. |
transaction_hash | string null | 0x1234567890 | Transaction hash for the tokens deposit. |
creator_type | string null | USER SYSTEM | Type of the creator of the payout. SYSTEM means that the payout was created by the API. |
creator_identifier | string null | f1cdbec9-4fd1-4fea-b20a-b70c524b9382 | Identifier of the creator of the payout. |
user_file_key_name | string null | file.csv | Name of the file uploaded by the user. |