Viincenttt / MollieApi

This project allows you to easily add the Mollie payment provider to your application.
MIT License
151 stars 85 forks source link

GetPaymentLinkAsync returns null for 'paidAt' despite successful payment #402

Open HadiBasiri opened 1 month ago

HadiBasiri commented 1 month ago

I used the following code to retrieve the payment link try { using IPaymentLinkClient paymentClient = new PaymentLinkClient(request.ApiKey, new HttpClient()); { return await paymentClient.GetPaymentLinkAsync(request.PaymentId, true); } } Although the payment is successfully processed, the paidAt field is returned as null when I attempt to retrieve the payment link. Thank you for your response.

Viincenttt commented 2 weeks ago

Hi @HadiBasiri ,

Is the paidAt field null when you inspect the JSON that is returned? Or do you think it is a deserialization issue? I can only help with the latter type of issues, as I have no control over the Mollie API

Kind regards, Vincent