For your security, we don't store your payment information on file.
Instead, we rely on industry-leading payment processor Stripe to safely and securely process payments and handle your subscription info.
We don't currently have a payment method on file for you. You'll be asked to add one whenever you
upgrade, but you can add one at any time here.
<%= link_to "Add payment method", payment_info_path, class: 'btn white blue-text' %>
<% else %>We have a payment method on file for you through Stripe (<%= @stripe_customer.sources.data[0].try(:brand) || 'a card' %> ending in <%= @stripe_customer.sources.data[0].last4 %>), but since we don't store it, you cannot edit it. You can choose to add a new one (replacing the old), or delete the existing one.
<% end %>Date | Description | Amount Billed |
---|---|---|
<%= Time.at(invoice.date).strftime("%B %d, %Y") %> at <%= Time.at(invoice.date).strftime("%I:%M %p") %> <%= '(Pending)' if Time.at(invoice.date) > Time.now %> |
|
<%= number_to_currency(invoice.amount_due / 100) %> |