Pliant
Connect your company's Pliant account so agents can work with cards, cardholders and card accounts through Cakewalk's gateway.
Requirements
Step 1: Get Your API Credentials From Pliant
Step 2: Exchange the Credentials for an Access Token
curl -X POST https://infinnityprodinternal.eu.auth0.com/oauth/token \
-H "Content-Type: application/json" \
-d '{
"grant_type": "client_credentials",
"clientId": "YOUR_CLIENT_ID",
"clientSecret": "YOUR_CLIENT_SECRET",
"audience": "api.getpliant.com/api/integration"
}'Step 3: Paste the Token Into Cakewalk
Verifying It Works
Troubleshooting
Learn More
Last updated
Was this helpful?