razorpay / razorpay-php

Razorpay PHP Library
MIT License
186 stars 128 forks source link

Get Payment Pages (similar to Payment Links) #379

Open dharmarajiyer opened 3 months ago

dharmarajiyer commented 3 months ago

🚀 Feature Proposal

Thank you for the great PHP interface! All my orders are from Payment Pages. I'd like to be able to get those orders from those pages. So, Just as we have paymentLink, could we also have have paymentPage? If necessary the only functionality at first could be $api->paymentPage->all(); (similar to paymentLink->all) with parameters for payment_id and reference_id.

Suggested Solution

Implement REST calls and PHP wrapper just the same as paymentLink, but for paymentPage.

Alternatives

No response

Additional Information

This is a feature request.

gm7231015 commented 3 months ago

My payments

dharmarajiyer commented 2 months ago

I'm sorry? I don't see a PHP function in the API called My payments. Could you help me with the specific function name? For example, $api->paymentPage->all(); (similar to paymentLink->all)

dharmarajiyer commented 2 months ago

Hi there. I'm just checking in as to whether or not payment pages could be added to the PHP library? This would really help the operation of my business.