Request an Access Token

Retrieve an access token to authenticate your requests to all CrissCross APIs (Collect, Exchange, and Payouts). The access token will be valid for a limited duration indicated by the expires_in field in the response. Store the token until it expires, then request a new one.

Request

This endpoint expects an object.
client_idstringRequiredformat: "uuid"
The client identifier.
client_secretstringRequired>=1 character
The client secret for the merchant.

Response

OK - A successful access token response.

access_tokenstring
The access token to be used for authentication.
token_typestring
The type of the token issued.
expires_indouble
The duration in seconds for which the token is valid.

Errors

400
Bad Request Error
401
Unauthorized Error