GETADITUS/Ticket purchase & registration/Discovery/Get payment providers

Get payment providers

GET{{API_BASE_URL}}/shop/v1/discovery/payment-providers

This endpoint allows you to retrieve a list of payment providers available for discovery.

Request

This request does not require a request body.

Response Body

The response will contain an array of payment providers, each with the following details:

  • id (string): The unique identifier for the payment provider.

  • name (string): The name of the payment provider.

  • description (string): A brief description of the payment provider, if available.

  • paymentMethods (array): An array of payment methods offered by the provider, with each method containing a methodType.

  • configuration (object): Details about the configuration of the payment provider, including saferpayFieldsUrl, saferpayFieldsLibrary, and saferpayFieldsAccessToken.

  • sort (integer): The sorting order of the payment provider.

  • isDefault (boolean): Indicates if the payment provider is the default option.

  • isExpressCheckoutSupported (boolean): Indicates if the payment provider supports express checkout.

Authentication#auth

This endpoint does not require authentication.

Headers#headers

Accept-Language{{LANGUAGE}}

Responses#responses

200OKGet payment providers