+
+
+
+
+ Top-up credits
+
+ Credits are used before pay-as-you-go usage is billed, and they'll never expire.
+
+
+
+ {#if packPrice != null}
+
+
+
+
+ $
+
+
+
+ USD
+
+
+
+ {#each presetAmounts as preset (preset)}
+
+ {/each}
+
+
+
+
+ {#if balanceValue != null}
+
+ New balance
+
+ {formatCost(canSubmit ? balanceValue + billedNow : balanceValue)}
+
+
+ {/if}
+
+ Billed now
+
+ {canSubmit ? formatCost(billedNow) : '-'}
+
+
+
+
+ {#if roundedUp}
+
+ Credits are sold in {formatCost(packPrice)} increments, so the amount is rounded up to {formatCost(
+ billedNow
+ )}.
+
+ {/if}
+ {:else}
+
+
+ Credit pricing is unavailable right now. Try again in a moment.
+
+
+ {/if}
+
+ {#if actionError}
+
+ {actionError}
+
+ {/if}
+
+
+
+
+
+
+