The status of the withdrawal.
The amount you want to receive in cents. For example, 1000 cents is $10.00. The currency is determined by the currency
field. Cents
is a general term for the smallest unit of currency in any currency. It does not necessarily mean USD cents.
The unique identifier for the withdrawal account.
The payment method to use for the withdrawal.
The amount in cents that was deducted from your balance for this withdrawal.
The mid-market rate at the time of withdrawal creation.
Timestamp representing when the payin was created
{ "id": "payout_DdWpHUbOnlg", "status": "success", "currency": "USD", "amount": 1000, "withdrawal_account_id": "accwith_5JU9yv0lGSUP", "payment_method": "bank_transfer", "balance_used": [ { … } ], "purpose_code": "S0017", "mid_market_rate": [ { … } ], "fx_fees": [ { … } ], "txn_fees": [ { … } ], "created_at": "2021-06-01T12:00:00Z", "updated_at": "2021-06-01T12:00:00Z" }