Get Provider
Retrieves detailed information about a specific payment service provider (bank). Returns provider metadata and optionally its available payment methods.
Payment Methods
Set options.show_payment_methods: true to include payment method details.
Each payment method includes:
- Supported account types (retail/corporate)
- Payment scheme (instant, domestic, SEPA)
- Environment availability
- Feature capabilities
Validation Schema
Set options.show_validation_schema: true to include the JSON schema for
validating payment intents for each payment method.
Body Parameters
API client identifier
API client secret for authentication. Required for internal (non-OAuth2) authentication mode (e.g., test-only). Not required when using OAuth2 (Bearer token) authentication.
Public identifier for the payment provider. See Providers enum for available values.
Options for provider listing and details
ShowΒ child attributes
Response
Response Attributes
Unique identifier for the API request
A payment service provider (bank or financial institution)
ShowΒ child attributes
Response Attributes
Unique identifier for this error instance
Request identifier for tracking and correlation
Machine-readable error code for 400 errors:
bad_request: Generic validation or request errorvalidation_error: Request payload validation failedinvalid_input: Invalid input data providedunprocessable_entity: Valid request but cannot be processedcooldown_failed: Data refresh cooldown period not yet elapsedconsent_not_active: Consent is not usable...
bad_requestvalidation_errorinvalid_inputunprocessable_entitycooldown_failedconsent_not_activemethod_selection_errormethod_input_validation_errorlink_expiredHuman-readable error message
Response Attributes
Unique identifier for this error instance
Request identifier for tracking and correlation
Machine-readable error code for 401 errors:
unauthorized: Authentication failed or insufficient permissions
unauthorizedHuman-readable error message
Response Attributes
Unique identifier for this error instance
Request identifier for tracking and correlation
Machine-readable error code for 404 errors:
not_found: Generic resource not foundconsent_not_found: Specified consent does not existjob_not_found: Specified job does not exist or outside accessible date range
not_foundconsent_not_foundjob_not_foundHuman-readable error message