Hi,
I am trying to integrate eWAY payment gateway with Power Apps Portal and my scenario is like below:
1. User click on the "Pay Now" button
2. eWAY pay form appears - seeking all the details
3. Finish the payment
3.1. On success
3.1.1. Create the record in the "Payment" entity in dataverse entity with all the transaction details (e.g. transaction ID/reference, last 4 digits of card, amount etc...)
3.2. On failure
3.2.2. Create the "Payment" record with failure details
What I have implemented so far is Payment is getting successful using this.
Issues I am facing right now are:
1. Unable to retrieve the executed transaction details/error details and display it on the form
2. How can I create a "Payment" record after eWAY transaction execution?
Thanks in advance,
Pratik.