I want to use Quickbooks Payment API for charging credit cards, the problem is the access token can't even generate manually or through the SDK
in these fields over here
I think consumer key is : client id of the app, consumer secret is client secret key, oauth access and oauth access token secret those are not clear but it anyways how get them?
` /**
* The Constructor for OAuth 1
* @param String $ck Consumer key
* @param String $cS Consumer Secret
* @param String $oT OAuth Access Token
* @param String $oTS OAuth Access Token Secret
*/`
I want to use Quickbooks Payment API for charging credit cards, the problem is the access token can't even generate manually or through the SDK
in these fields over here
I think consumer key is : client id of the app, consumer secret is client secret key, oauth access and oauth access token secret those are not clear but it anyways how get them?