Update an application’s payout and refill settings.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
ID of the app to update.
List of payout options to exclude
Enable or disable auto refill
Amount to refill when the threshold is reached
1000 <= x <= 1000000Threshold for triggering a refill
1000 <= x <= 1000000Fee table to configure fee upcharges charged to payees. Contact the Dots team to enable this functionality.
Set to null to clear the fee table. Keys can be rail names (e.g., "ach", "paypal") or rail/currency
combinations (e.g., "bank_transfer/eur"). Use "defaults" key for fallback fees.
{
"ach": { "fixed": 100, "percent": "0.01", "min": 0 },
"paypal": { "fixed": 50, "percent": "0.02", "min": 25 }
}