Authentication

Oauth2

Retrieve an Access Token with the OAuth 2.0 flows described below before accessing the API. Once you have an access token, send it in the Authorization HTTP header to authenticate with the API.

Flow type authorizationCode
Authorization URL https://id.pace.cloud/auth/realms/pace/protocol/openid-connect/auth
Token URL https://id.pace.cloud/auth/realms/pace/protocol/openid-connect/token
Refresh URL https://id.pace.cloud/auth/realms/pace/protocol/openid-connect/token
Scopes
  • payment:onboardings:create:authenticated:

    Allows creating an onboarding for the authenticated user.

  • payment:onboardings:create:one:

    Allows creating an onboarding for a given user.

  • payment:payment-method-kinds:read:all:

    Allows reading all payment method kinds.

  • payment:payment-method-kinds:read:authenticated:

    Allows reading payment method kinds for the authenticated client.

  • payment:payment-method-shares:create:authenticated:

    Allows sharing authenticated user's payment methods with other users.

  • payment:payment-method-shares:create:one:

    Allows sharing a payment method with other users.

  • payment:payment-method-shares:delete:authenticated:

    Allows deleting a payment method share for the authenticated user.

  • payment:payment-method-shares:delete:one:

    Allows deleting a payment method share.

  • payment:payment-method-shares:read:all:

    Allows reading all payment method shares.

  • payment:payment-method-shares:read:authenticated:

    Allows reading payment method shares for the authenticated user.

  • payment:payment-methods:delete:authenticated:

    Allows deleting a payment method for the authenticated user.

  • payment:payment-methods:delete:one:

    Allows deleting a payment method.

  • payment:payment-methods:read:all:

    Allows reading all payment methods.

  • payment:payment-methods:read:authenticated:

    Allows reading payment methods for the authenticated user.

  • payment:payment-methods:read:one:

    Allows reading one payment method.

  • payment:payment-methods:verify:authenticated:

    Allows verifying a payment method for the authenticated user.

  • payment:payment-methods:verify:one:

    Allows verifying a payment method.

  • payment:payment-transactions:read:all:

    Allows reading all payment transactions.

  • payment:payment-transactions:read:authenticated:

    Allows reading payment transactions for the authenticated user.

  • payment:payment-transactions:read:one:

    Allows reading one payment transaction.