-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
API docsIssues with the Mollie docs, ouside the scope of this package.Issues with the Mollie docs, ouside the scope of this package.bugUnexpected behaviour.Unexpected behaviour.
Description
Somewhat ironically the payment links are missing the links to the payments made for a payment link.
For both Customers, as well as Subscriptions the API allows a user to retrieve all associated payments, similar to payment links.
For both these resources the returned _links object contains a payments object referencing the resource URL to retrieve corresponding payments.
Unfortunately for payment links (at least according to the docs) it does not.
I believe this should be implemented for consistency reasons.
For a more in-depth analysis, see #416
Edit:
I found two more resources, which allow to retrieve associated payments, also returning a payments object in their _links response, strengthening the consistency argument:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
API docsIssues with the Mollie docs, ouside the scope of this package.Issues with the Mollie docs, ouside the scope of this package.bugUnexpected behaviour.Unexpected behaviour.