I am using using paypal pro to collect payment from customers credit card. for testing my script for recurring payments i have setup sandbox account with Pro option (Business - Pro). when i send api request to paypal with DoDirectPayment method, it respond me with this error.
["L_ERRORCODE0"]=> string(5) "10548"
["L_SHORTMESSAGE0"]=> string(21) "Invalid Configuration"
["L_LONGMESSAGE0"]=> string(97) "This transaction cannot be processed. The merchant's account is not able to process transactions."
I have tried by using multiple sandbox accounts and even by creating new paypal account but it didn't work. i would really appricaite your help thank you.
Sandbox Account Configuration 1 Sandbox Account Configuration 2