Hi, I wish to link our internal users to specific payments in HubSpot.
This would replace going to Commerce → Payments then searching by Payment ID or Object ID.
The URL to view all payments is:
https://app.hubspot.com/contacts/OUR_PORTAL_ID/objects/0-101/views/all/list
How to I generate a URL that filters this view down to one payment, either by Payment ID or the Payment Object ID?
Hi ACampbell61,
You are on the right track. For linking directly to a specific payment record in HubSpot, the URL format follows the standard CRM object pattern.
For payments (object type 0-101), the direct link format is:
https://app.hubspot.com/contacts/YOUR_PORTAL_ID/record/0-101/PAYMENT_OBJECT_ID
Replace YOUR_PORTAL_ID with your actual HubSpot portal ID and PAYMENT_OBJECT_ID with the specific payment record ID.
You can find the payment object ID by going to Commerce then Payments, clicking on a payment, and looking at the URL in your browser. The number at the end is the object ID you need.
Alternatively, if you want to link to the commerce payments view with a specific payment selected, you can try:
https://app.hubspot.com/commerce/YOUR_PORTAL_ID/payments/PAYMENT_ID
This should work for internal links to share with your team.