7 days ago, I have created a sandbox merchant account and make all the payment into that account. I have created Recurring payment. It was successfully create the Recurring profile.
Some days later when I execute the same code its throws an error "Profile description is invalid". The error code of the error is 11581.
Please help me. I want to solve the problem as soon as possible
Thank you
Profile description length is 127 single-byte alphanumeric characters. This might be the problem
DESC
(Required) Description of the recurring payment.
Note You must ensure that this field matches the corresponding billing agreement description included in the SetExpressCheckout request.
Character length and limitations: 127 single-byte alphanumeric characters
Here is the Reference
Edit : From comment below -> Also check for line breaks and double spaces Thanks @chim