Update a customer account sweep
Update Customer Account Sweeps Request Fields.
Configuration for a sweep that supports both sweep-in and sweep-out directions.
object (SweepFrom) Configuration for sweeping funds into the account. | |
object (SweepTo) Configuration for sweeping funds out of the account. | |
object (SweepRange) | |
object (SweepFrequency) Frequency configuration for sweep execution. |
OK
Bad request
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
Service unavailable
Successful
{- "sweepFrom": {
- "contactId": "936",
- "paymentMethod": "InstantRFP"
}, - "sweepTo": {
- "contactId": "947",
- "paymentMethod": "AchCredit"
}, - "range": {
- "toAmount": 1000.05,
- "fromAmount": 100.12
}, - "frequency": {
- "type": "WEEKLY",
- "dayOfWeek": "Monday",
- "dayOfMonth": 6
}
}
{- "errors": [
- {
- "message": "string",
- "code": "string"
}
]
}