JohnC
JohnC

Reputation: 11

Which PayPal API method starts a virtual terminal session?

I want to start a virtual terminal session on PayPal from my site so that I can pass various account and transaction information automatically.

I've looked through the PayPal API but nothing seems to be relevant.

Can it be done?

Upvotes: 1

Views: 317

Answers (2)

Dennis
Dennis

Reputation: 949

The new REST APIs also offer credit card sale functionality.

Upvotes: 1

PP_MTS_Chad
PP_MTS_Chad

Reputation: 7329

There is not an API for specifically connecting to the Virtual Terminal in the account. What you would want to use if you are wanting to create a similar interface, would be to use the DoDirectPayment API and create a user interface similar to that of the Virtual Terminal.

Upvotes: 1

Related Questions