You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the service classes only POST data to the API, but can't GET a resource.
I can do a $checkout->paymentLinks($info); to make a payment link, and remember its id, but how do I GET the payment link details: https://docs.adyen.com/api-explorer/Checkout/69/get/paymentLinks/_linkId_ with this package? Seems like something the checkout/paymentlinks service could do.
The text was updated successfully, but these errors were encountered:
Thanks a lot for reaching out to us here, and massive apologies for the delayed answer. We have finally been able to add these new functionalities (in your case getPaymentlinks) to our library for checkout. Just a quick heads up :)
It seems the service classes only POST data to the API, but can't GET a resource.
I can do a
$checkout->paymentLinks($info);
to make a payment link, and remember itsid
, but how do I GET the payment link details: https://docs.adyen.com/api-explorer/Checkout/69/get/paymentLinks/_linkId_ with this package? Seems like something the checkout/paymentlinks service could do.The text was updated successfully, but these errors were encountered: