API payment_link endpoint 'MISSING_SCOPE' alternative/availability?

When I try this endpoint url…
https://api.hubspot.com/crm/v3/objects/payment_link/{payment_link_id} … the response returned is:
{
“status”: “error”,
“message”:

“The scope needed for this API call isn’t available for public use. If you have questions, contact support or post in our developer forum.”,

“category”: “MISSING_SCOPES”
}
Any idea on alternative ways to access payment_link data via API, and the current roadmap to open up this endpoint to developers?

Hello! @BagMan81

This is the only public reference I can find regarding “Payments API”.

And according to this most recent conversation, it looks like it is something in development.

https://community.hubspot.com/t5/Commerce-Tools/Will-there-be-an-API-for-Hubspot-Payments/m-p/536498

Was I able to help answer your question? Help the community by marking it as a solution.

Thank you for sending those over. As those posts were from 2022, these features were stubbed out I guess pending deferred development (as the endpoint returns something as I show above)
All I’m looking for is the contact-specific payment_link url
When an unfinished form transaction -- a form that redirects to a payment link -- isn’t completed (only the form submission half is) the orphaned payment_link expires, and if a user decides to enter in a different billing email later into an anonymous payment link later (and they don’t have tracking cookies enabled), the link between payment and contact is gone.
Trying to avoid this by accessing a contact’s payment_link explicitly.