I'm in the process of integrating Paypal's Payflow Pro with uCommerce, and I've been following the documentation at http://www.publicvoid.dk/IntegratingUCommerceWithAPaymentProvider.aspx. Unfortunately, this documentation doesn't include any details about how to read about payment information gathered from a page in Umbraco's front end--in particular, how to get a customer's credit card information (name, number, etc) through the uCommerce API.
Unfortunately, the uCommerce API reference is clearly just generated based on the source code and offers very little in the way of actual documentation or even comments for guidance. I've also been searching these forums, but so far no luck.
Can someone help me out in determining what calls to the API can get me this info?
Integrating uCommerce with Payflow Pro
I'm in the process of integrating Paypal's Payflow Pro with uCommerce, and I've been following the documentation at http://www.publicvoid.dk/IntegratingUCommerceWithAPaymentProvider.aspx. Unfortunately, this documentation doesn't include any details about how to read about payment information gathered from a page in Umbraco's front end--in particular, how to get a customer's credit card information (name, number, etc) through the uCommerce API.
Unfortunately, the uCommerce API reference is clearly just generated based on the source code and offers very little in the way of actual documentation or even comments for guidance. I've also been searching these forums, but so far no luck.
Can someone help me out in determining what calls to the API can get me this info?
Thanks,
-Sheppe
I just found Soren's response to a similar question at http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/16245-Credit-Card-details-in-RbsWorldPay-payment-provider. It looks like I'll need to use the "Additional Properties" collection to store and pass around this information.
-Sheppe
Hi Sheppe,
You're exactly right. Our docs should reflect that possibility. Thanks for pointing it out!
is working on a reply...