Configurable Payment Retry
Execute the account payments
For all active retry cycles associated with an account, schedules the next payment retry attempt to occur in the next hourly payment processor run.
put/api/v1/payments/execute_account_payments/{account_id}
Path parameters
account_idstring required
ID of an account.
Response
Example response
{
"success": true,
"message": "Payments with the following IDs enqueued for processing: [310, 311, 312]"
}