Open dharmarajiyer opened 3 months ago
My payments
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)
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.
🚀 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.