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.

SecuritybasicAuth
Request
path Parameters
account_id
required
string

ID of an account.

Responses
200
put/api/v1/payments/execute_account_payments/{account_id}
Request samples
Response samples
application/json
{
  • "success": true,
  • "message": "Payments with the following IDs enqueued for processing: [310, 311, 312]"
}