Tokens

Get token information

get

Retrieve token status and other non-sensitive data.

Authorizations
OpenID ConnectRequired

This API uses OAuth 2 with the client credentials flow. More info

Path parameters
gatewayTokenIdstring · max: 64Required

Unique ID of the token

versionstringRequired
Header parameters
X-Request-Idstring · uuidRequired

ID of the request, unique to the call, as determined by the initiating party

Responses
chevron-right
200

OK

application/json
get
/egw/{version}/tokens/{gatewayTokenId}

Deactivate an existing token

delete

Deactivates an existing token, preventing its use in future payments

Authorizations
OpenID ConnectRequired

This API uses OAuth 2 with the client credentials flow. More info

Path parameters
gatewayTokenIdstring · max: 64Required

Unique ID of the token

versionstringRequired
Header parameters
X-Request-Idstring · uuidRequired

ID of the request, unique to the call, as determined by the initiating party

Responses
chevron-right
200

OK

application/json
delete
/egw/{version}/tokens/{gatewayTokenId}

Last updated

Was this helpful?