A Payment Link exists for all StoreConnect orders and can be sent to a customer for them to easily pay the remaining balance of their order.
This feature is useful for:
- Orders that have been modified so have an outstanding balance.
- Orders that were manually created.
- Online order completed with the Pay Later payment method and you want to prompt them to pay by credit card.
Prerequisites
- The order must be compatible with StoreConnect and linked to a store.
- A credit card payment method must be configured and available for the customer to use on that same store.
Viewing this field from the order page layout
Adding the Payment Link field to your Order page layout, makes the link accessible to your team. They can then pass it onto customers they are communicating with.
Field Name: Payment Link (s_c__Payment_Link__c)
Payment link on email templates
Add this code to a classic email template of your choice and have the link emailed out automatically via a Flow or StoreConnect Transactional Email using that template.
<p> When ready to pay, you can use this URL directly:
<a href="{!relatedTo.s_c__Store_Id__r.s_c__Link__c}/order/payment/{!relatedTo.OrderReferenceNumber}">Pay Here</a> </p>