Tokens

Get token information

get

Retrieve token status and other non-sensitive data.

Autorizaciones
OpenID ConnectRequerido

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

Parámetros de ruta
gatewayTokenIdstring · máx: 64Requerido

Unique ID of the token

versionstringRequerido
Parámetros de encabezado
X-Request-Idstring · uuidRequerido

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

Respuestas
chevron-right
200

OK

application/json
gatewayTokenIdstring · máx: 64Opcional

Unique ID of the token

paymentMethodTypestring · enumOpcional

Type of payment method stored in the token

Valores posibles:
tokenStatusstring · enumOpcionalValores posibles:
get
/egw/{version}/tokens/{gatewayTokenId}

Deactivate an existing token

delete

Deactivates an existing token, preventing its use in future payments

Autorizaciones
OpenID ConnectRequerido

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

Parámetros de ruta
gatewayTokenIdstring · máx: 64Requerido

Unique ID of the token

versionstringRequerido
Parámetros de encabezado
X-Request-Idstring · uuidRequerido

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

Respuestas
chevron-right
200

OK

application/json
gatewayTokenIdstring · máx: 64Opcional

Unique ID of the token

tokenStatusstring · enumOpcionalValores posibles:
delete
/egw/{version}/tokens/{gatewayTokenId}

¿Te fue útil?