...
Code Block |
---|
Step 3.
curl https://auth.payfirma.com/oauth/token
--request POST
--header "Content-Type: application/x-www-form-urlencoded"
--header "Authorization: Basic {BASIC_TOKEN}"
--data "grant_type=client_credentials &client_id={CLIENT_ID}&client_secret={CLIENT_SECRET}" |
...