d-man
d-man

Reputation: 58083

Java paypal integeration (Website Payments Pro)

I am working on java, spring web based project where i want to integrate PayPal using Website Payments Pro.

Using "Website Payments Pro" i want to implement

Direct Payment: enables you to accept both debit and credit cards directly from your sit. (using without pay pal account)

Express Checkout: enables you to accept payments from PayPal accounts in addition to debit and credit cards.

Any work tutorials for above both implementions ?

enter image description here

Upvotes: 3

Views: 3793

Answers (1)

MikeV
MikeV

Reputation: 1221

I've implemented Website Payments Pro on our eCommerce site. All of the documentation can be found on PayPal's website here.

In particular, check out the Integration Guide PDF to get you started. Also helpful is Name-Value Pair API (the easiest way to use their API's), the sample code, and the Sandbox User's Guide for testing.

Upvotes: 3

Related Questions