I to everyone,
i'm new about CF.
I'm trying to process a payment through PayPal and i have no problem to do it... but i need to storage the transaction in a DB table.
I'm trying to use DB SAVE but it seems doesn't work... i've tried to look into a forum but i find nothing.
Can someone help me ?π
Thanks in advance
A.
i'm new about CF.
I'm trying to process a payment through PayPal and i have no problem to do it... but i need to storage the transaction in a DB table.
I'm trying to use DB SAVE but it seems doesn't work... i've tried to look into a forum but i find nothing.
Can someone help me ?π
Thanks in advance
A.
Hi Andrea,
Please use v6
you can use a "Save data" before the "PayPal redirect" to store the info before the user is sent to paypal, then use the "Custom" parameter in paypal redirect to pass the record id and capture it later and update the existing record you already have.
Best regards,
Max
Please use v6
you can use a "Save data" before the "PayPal redirect" to store the info before the user is sent to paypal, then use the "Custom" parameter in paypal redirect to pass the record id and capture it later and update the existing record you already have.
Best regards,
Max
hello
it's been a week since I've been trying to understand this!
β
I sent on paypal redirect a invoice number. I can see it on paypal but how to
recover on chronoform to update my database ( to save the paypal status)
β
thanks for your help
β
eric
it's been a week since I've been trying to understand this!
β
I sent on paypal redirect a invoice number. I can see it on paypal but how to
recover on chronoform to update my database ( to save the paypal status)
β
thanks for your help
β
eric
Hi eric67,
β
All of the PayPal data is available in the PayPal Listener action if you are using that with IPN.
β
Bob
β
All of the PayPal data is available in the PayPal Listener action if you are using that with IPN.
β
Bob
This topic is locked and no more replies can be posted.