diff --git a/app/views/customers/_actions.html.erb b/app/views/customers/_actions.html.erb
index e03ec89..2e3bd42 100644
--- a/app/views/customers/_actions.html.erb
+++ b/app/views/customers/_actions.html.erb
@@ -8,4 +8,9 @@
+<%= link_to t(:label_create_payment), "https://qbo.intuit.com/app/recvpayment?nameId=#{@customer.id}", target: :_blank %>
+
+
+
+
<%= button_to t(:label_edit_customer), edit_customer_path(@customer), method: :get%>
diff --git a/config/locales/en.yml b/config/locales/en.yml
index c43a458..c73ead1 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -34,6 +34,7 @@ en:
label_closed_issues: "Closed Issues"
label_connected: "Successfully connected to QuickBooks"
label_create_estimate: "Create Estimate"
+ label_create_payment: "Create Payment"
label_customer_count: "Customer Count"
label_customer_link_expires: "This customer link expires in"
label_customers: "Customers"