bcsantos
bcsantos

Reputation: 2635

Paypal Classic Merchant sandbox account + app

In getting https://github.com/paypal/merchant-sdk-ruby to work with Padrino, I need an app id

...
app_id: APP-80W284485P519543T
....

but within PayPal, I can only find where to create sandbox accounts but not apps. The only option seems to be an official "new app" request, with details that aren't really that relevant for testing purposes.

form

Do I have to submit this info even before beginning to implement functionality in the app I'm developing?

Upvotes: 1

Views: 83

Answers (1)

Ind_KevinG
Ind_KevinG

Reputation: 1945

The App ID you posted above will be the one you will use for sandbox testing. When you are ready to move it to the live environment, have a look at Going Live with Your Application.

Upvotes: 2

Related Questions