Skip to main content
GET
Retrieve Issuers
This endpoint retrieves a list of all issuers that support the specific payment method. It allows you to filter issuers based on their compatibility with a particular payment method.

Authorizations

public-api-key
string
header
default:<Your public-api-key>
required
private-secret-key
string
header
default:<Your private-secret-key>
required

Query Parameters

checkout_session
string

The checkout session identifier (UUID, 36 chars).

country_code
string

Country code (ISO 3166-1).

payment_method
string

Defines the payment method used to filter issuers. This parameter ensures the response includes only issuers that support the specified payment method

Response

200

issuers
object[]