The Brand Lookup endpoint identifies the card brand (Visa, Mastercard, American Express, etc.) from the card’s BIN/IIN and returns a URL to the brand’s logo image. Endpoint:Documentation Index
Fetch the complete documentation index at: https://developers.orchestrasolutions.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /Tools/brand
When to Use This
Use Brand Lookup when you need to display the card brand logo in your payment form as the customer types their card number. After the customer enters the first 6 digits, you can call this endpoint to identify the brand and show the corresponding logo — giving the customer immediate visual feedback that their card is recognized. This is lighter than the full Metadata Lookup since it only returns the brand name and logo URL.How It Works
Pass the first 6 to 11 digits of the card number as theiin query parameter. The endpoint returns the identified brand and a URL to the brand’s logo.
| Parameter | Type | Required | Description |
|---|---|---|---|
iin | string (query) | Yes | The first 6 to 11 digits of the card number |
Example: Show Brand Logo During Card Entry
Call the endpoint once the customer has entered at least 6 digits, then display the logo next to the card number field.Related
Metadata Lookup
Need more than just the brand? Get full card metadata.
API Reference
Full endpoint specification and response schema