Hi,
I have completed the integration of the PayPal Payments Pro for a client,
The site features ExpressCheckout as well as DirectPayment (Both are used for subscription based services - CreateRecurringPaymentsProfile)
The Problem is Everything works PERFECT with the Sandbox accounts. But When we switch to the Live version it shows throws this response,
Array (
[TIMESTAMP] => 2010-03-12T07:55:49Z
[CORRELATIONID] => 6161797e90f4f
[ACK] => Failure
[VERSION] => 50.0
[BUILD] => 1213036
[L_ERRORCODE0] => 11586
[L_SHORTMESSAGE0] => DPRP is disabled.
[L_LONGMESSAGE0] => DPRP is disabled for this merchant.
[L_SEVERITYCODE0] => Error
)
Also,
- PayPal Pro is enabled and the
- merchant is from US and
- I ensured that the DoDirectPay & CreateRecurringPaymentsProfile API Permissions are assigned to the API account.
Can somebody help me with this ?