Hello team,
I want to integrate the square in my project for the payment flow but I don’t want to use payment SDK
I want to use the payment API so kindly suggest that API and the API documentation link
thanks & regards
With Square you have to use the Web Payments SDK to generate the source_id
. There isn’t an API endpoint that you call to get the source_id
. You have to use the client side SDK.
thanks @Bryan-Square, I want to integrate through API and not with SDK because this SDK works on node version 10 and above it and I am using node version 8 so kindly suggest something that will work for me
Currently, there isn’t a way to call the API directly with raw card data. You have to use the Web Payments SDK to generate the token.