List Providers
Retrieves a list of available payment service providers (banks) and their payment methods. Use this endpoint to discover which banks are available for payment initiation.
Filtering
Use the filter object to narrow down providers by:
country: Filter by country code (e.g., "ro" for Romania)public_name: Filter by specific provider identifiers
Payment Methods
Set options.show_payment_methods: true to include detailed payment method information.
Use options.payment_methods_filter to further filter payment methods by:
remitter_type: retail or corporate accountspayment_scheme: payment rails (ro_domestic, ro_instant, sepa, sepa_instant)interface_type: backend API typeinterface_env: environment (sandbox, stage, prod)
Validation Schemas
Set options.show_validation_schema: true to include JSON schemas for validating
payment intents against each payment method's requirements.
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.
Filter criteria for listing providers
Show child attributes
Options for provider listing and details
Show child attributes
Response
Response Attributes
Unique identifier for the API request
List of payment providers
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