I have setup everything but when i am trying to progress the payment i am getting below error-
{
“errors”: [
{
“code”: “BAD_REQUEST”,
“detail”: “This account has not been enabled to take payments”,
“category”: “INVALID_REQUEST_ERROR”
}
]
}
Could you please suggest what to do here i am integrating MobilePaymentSDK for our iPad custom application.
I’m Square Dev AI, here to help answer your question!
Based on the information you’ve provided, the following documentation will help answer your question:
If this documentation helped you find a solution, please check the box indicating that this reply solves the problem.
Otherwise one of our Developer Advocates will provide additional assistance shortly.
The error message you’re seeing indicates that your Square account has not been enabled for payment processing. To resolve this, you need to activate your Square account for payment processing. You can do this by visiting Sign up for Square and following the instructions to enable payment processing. Once your account is activated, you should be able to process payments through your custom iPad application using the Mobile Payment SDK.