Hello community, I’m trying to create an automated payment system through a simple document in Google Sheets.
In practice I take the cost and the email from the sheet, after which I generate a payment with PayPal which is sent via email to the user. Only here I get stuck because when the user accepts the payment it doesn’t generate any Payer ID tag inside make.com so I can take it dynamically. But I realize that phase two of payment cannot exist in this scenario, perhaps, because the scenario is not always listening. I put the scenario here, if you have any suggestions or advice or other methods they are welcome.
Regards,
Antonio
@Msquare_Automation
I managed to find a solution via a webhhok that takes the data in the redirect URL of the create payment, and now the payments are successful.
Is there a way to have a redirect to another page at my pleasure? At the moment I only have one page that says accepted
1 Like
Yes @Nevere_Before_Italia
You need to add webhook response module. and there you can pass a page url or a custom html code.
For immediate response and failsafe, add the response module on a router and make that the first route so even if the scenario fails, response should work.
Regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation
Ok , ty.
Last questions, i need to update a single cell when a state of payement is accepted. If i use update a cell not works with dynamic tag but only manual (in manual case is not dynamic beacuse he updates only the specific cell) if i use update a row and select the cell, the update works to all cell inside the column selected
1 Like
@Nevere_Before_Italia This is updating 12 cells in that column because you are passing 12 rows. You search rows module is giving you 12 rows. You should search only the one you want to update.
Best regards,
Msquare Automation - Platinum Partner of Make
@Msquare_Automation