Skip to main content

Complete Login

POST 

/auth/login-complete

Complete a login sequence to obtain access and refresh tokens, and cardholder account id. The login sequence is initialized by Initiate Login or Sign Up. For more details, see Authentication.

Request

Body

required

    loginRequestId stringrequired

    The unique identifier of the login request.

    signature stringrequired

    The signature of the challenge.

Responses

Successful operation

Schema

    accessToken string

    The access token that will be used for subsequent authenticated requests.

    refreshToken string

    JWT that is used to request a new access token. Refresh tokens are valid for 30 days.

    cardholderAccountId string

    The unique identifier of the cardholder.

Loading...