[FONT=Arial][SIZE=2][COLOR=#080000] [/COLOR][/SIZE][/FONT][FONT=Arial][SIZE=2][COLOR=#080000]I am familiar with communicating to PayPal Web Standard Payments from AS2, but not the API functions of Web Pro Payments. The php files I have are merely copies of php files I download from PayPal. Based on my readings, Web Pro API requires two payment options: Direct Payment and Express Checkout. Each option requires three separate php files. [/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#080000]
My references: [/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#080000]WebProPayment information—> [URL=“https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPWebsitePaymentsPro#id5ba04ce4-aa8e-4586-99b5-609f59141f56”]https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_WPWebsitePaymentsPro#id5ba04ce4-aa8e-4586-99b5-609f59141f56
[/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#080000]PHP file samples—> https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_code[/COLOR][/SIZE][/FONT]
[FONT=Arial][SIZE=2][COLOR=#080000]**
What I have:**[/COLOR][/SIZE][/FONT]
[LIST=1][FONT=Arial][SIZE=2][COLOR=#080000]
[]Flash AS2 shopping cart, functional except for integration with PayPal, with accompanying XML files
[]PHP files for API NVP-Integration with PayPal Web Pro Payment (generic files downloaded from PayPal, the developer may or may not need)
[]PHP files for MySQL Integration and email communication for client’s database
[]SQL table
[*]A PayPal Sandbox account as well as a merchant account[/COLOR][/SIZE][/FONT]
[/LIST]
[FONT=Arial][SIZE=2][COLOR=#080000]What I need:[/COLOR][/SIZE][/FONT]
[LIST=1][FONT=Arial][SIZE=2][COLOR=#080000]
[]API Files that pass NVP parameters correctly to and from PayPal for both Express Checkout and Direct Payment methods.
[]API Files that pass NVP parameters correctly to additional PHP files that communicate with MySQL and send e-mail communication upon a complete transaction. (We assume that is the purpose of PayPal’s IPN feature.)[/COLOR][/SIZE][/FONT]
[/LIST]
[FONT=Arial][SIZE=2][COLOR=#080000]Results I’m looking for:[/COLOR][/SIZE][/FONT]
[LIST=1]
[][FONT=Arial][SIZE=2]Enable Express Checkout[/SIZE][/FONT]
[][FONT=Arial][SIZE=2]Enable Direct Payments[/SIZE][/FONT]
[][FONT=Arial][SIZE=2]Add order information to client’s database after payment confirmation[/SIZE][/FONT]
[][FONT=Arial][SIZE=2]Generate and deliver unique email to both buyer and client after payment confirmation[/SIZE][/FONT]
[/LIST]
****I’m having difficulty following PayPal instructions or finding step-by-step what I need to do to make this happen. Does anyone have instructions to do this?