We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Binding is a 3 steps process:
This is a webservice call
protocol
hostname
method
path
Content-Type
parameters
client_id
client_secret
grant_type
The OAuth subscription token is the access_token attribute of the returned JSON object.
access_token
Example
curl -H 'Content-Type=application/x-www-form-urlencoded' \ -d 'client_id=citrus-test-subscription' \ -d 'client_secret=824d9fdd75344ef24b3042d05e31a90d' \ -d 'grant_type=implicit' \ -X POST 'https://sandboxadmin.citruspay.com/oauth/token'
Response