+ { __(
+ "It's time to get paid",
+ 'wc-calypso-bridge'
+ ) }
+
+
+ { __(
+ 'Accepting payments is easy with Stripe. Sell online and in person, and sync all payments, customers, items, and inventory.',
+ 'wc-calypso-bridge'
+ ) }
+
+
+
+ { ' ' }
+ { task.time }
+
+
+
+ );
+ } }
+
+ );
+};
+
+registerPlugin( 'wc-calypso-bridge-get-paid-with-stripe-task-header', {
+ render: GetPaidWithStripeHeader,
+ scope: 'woocommerce-tasks',
+} );
+
+export default GetPaidWithStripeHeader;
diff --git a/src/task-headers/index.ts b/src/task-headers/index.ts
index cd8791e5..1c3d8b26 100644
--- a/src/task-headers/index.ts
+++ b/src/task-headers/index.ts
@@ -2,4 +2,5 @@ export * from './add-domain';
export * from './products';
export * from './appearance';
export * from './get-paid-with-square';
+export * from './get-paid-with-stripe';
export * from './get-paid-with-paypal';