There is a Square v2 endpoint to create a card for a customer as described in the link, https://developer.squareup.com/docs/api/connect/v2#endpoint-customers-createcustomercard
I will not be able to use the same API for applications in v1 version. I tried and faced the below error,
{
"errors": [{
"category": "INVALID_REQUEST_ERROR",
"code": "V1_APPLICATION",
"detail": "This application does not support accessing Connect API v2 endpoints. To access these endpoints, register a new application with Square at connect.squareup.com."
}]
}
If I need to add a card to a customer like the one mentioned for v2 API, which endpoint of v1 should I rely on?