Edit Recurring Payment - Cospend

Edit Recurring Payment

{#if loadingPayment}
Loading recurring payment...
{:else if error && !formData.title}
Error: {error}
{:else}

Payment Details

Recurring Schedule

{#if formData.frequency === 'custom'}

Cron format: minute hour day-of-month month day-of-week

Examples:

  • 0 9 * * * - Every day at 9:00 AM
  • 0 9 1 * * - Every 1st of the month at 9:00 AM
  • 0 9 * * 1 - Every Monday at 9:00 AM
  • 0 9 1,15 * * - 1st and 15th of every month at 9:00 AM
{#if cronError}
Invalid cron expression
{/if}
{/if}
Leave blank for indefinite recurring payments
{#if nextExecutionPreview}

Next Execution

{nextExecutionPreview}

{getFrequencyDescription(formData)}

{/if}
{#if error}
{error}
{/if}
{/if}