php - PAYPAL is giving error "DPRP is disabled" -


i implementing paypal using php. working fine in sanbox mode.

but, when implementing live giving error "dprp disabled".

is paypal direct payment api component class file (api51.0) requires paypal business pro 2.0 or 3.0 ?

so how fix please suggest. in advance.

the dprp error revolves around recurring payments enabled on account. if integrating classic apis recurring payments(user,pw,sig), you'll have sign it, you'll have call paypal , request it.

if have pro 2.0 account, you'll want sign recurring billing ($10 mos), resolve issue


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -