Token

Create token checkout session

post

Starts a new token checkout session for the payment.

Further processing continues according to the underlying payment method stored in the token, e.g. card session flow.

This endpoint is available for both customer-initiated and merchant-initiated payments.

Autorizaciones
OpenID ConnectRequerido

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

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

Unique ID of the payment

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

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

Cuerpo
gatewayTokenIdstring · máx: 64Requerido

Unique ID of the token to use for the payment

Respuestas
chevron-right
200

OK

application/json
actionone ofOpcional
o
o
sessionIdstring · máx: 64Opcional

Unique ID of the checkout session

sessionStatusstring · enumOpcional

Status of the checkout session

Valores posibles:
post
/egw/{version}/payments/{paymentId}/sessions/token

¿Te fue útil?