CyberSource Bin Lookup API

The Bin Lookup API from CyberSource — 1 operation(s) for bin lookup.

Operations 1

POST /bin/v1/binlookup BIN Lookup API #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/cybersource-bin-lookup-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

cybersource-bin-lookup-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  description: All CyberSource API specs merged together. These are available at https://developer.cybersource.com/api/reference/api-reference.html
  version: 0.0.1
  title: CyberSource Merged Spec bankAccountValidation Bin Lookup API
servers:
- url: https://apitest.cybersource.com/
tags:
- name: Bin Lookup
paths:
  /bin/v1/binlookup:
    post:
      summary: BIN Lookup API
      description: 'The BIN Lookup Service is a versatile business tool that provides card network agnostic solution designed to ensure frictionless transaction experience by utilizing up-to-date Bank Identification Number (BIN) attributes sourced from multiple global and regional data sources.

        This service helps to improve authorization rates by helping to route transactions to the best-suited card network, minimizes fraud through card detail verification and aids in regulatory compliance by identifying card properties. The service is flexible and provides businesses with a flexible choice of inputs such as primary account number (PAN), network token from major networks (such as Visa, American Express, Discover and several regional networks) which includes device PAN (DPAN), and all types of tokens generated via CyberSource Token Management Service (TMS).

        Currently, the range of available credentials is contingent on the networks enabled for the business entity. Therefore, the network information specified in this documentation is illustrative and subject to personalized offerings for each reseller or merchant.

        '
      tags:
      - Bin Lookup
      operationId: getAccountInfo
      x-devcenter-metaData:
        categoryTag: Bin_Lookup
        developerGuides: https://developer.cybersource.com/docs/cybs/en-us/bin-lookup/developer/all/rest/bin-lookup/bin-lookup-intro.html
        firstLevelApiLifeCycle: beta
        secondLevelApiLifeCycle: beta
        apiLifeCycle: beta
        disableProcessorDropDown: true
        SDK_ONLY_AddDisclaimer: true
      responses:
        '201':
          description: Successful response.
          content:
            application/json;charset=utf-8:
              schema:
                type: object
                properties:
                  id:
                    type: string
                    maxLength: 26
                    description: 'An unique identification number generated by Cybersource to identify the submitted request. Returned by all services.

                      It is also appended to the endpoint of the resource.

                      On incremental authorizations, this value with be the same as the identification number returned in the original authorization response.

                      '
                  submitTimeUtc:
                    type: string
                    description: 'Time of request in UTC. Format: `YYYY-MM-DDThh:mm:ssZ`

                      **Example** `2016-08-11T22:47:57Z` equals August 11, 2016, at 22:47:57 (10:47:57 p.m.).

                      The `T` separates the date and the time. The `Z` indicates UTC.


                      Returned by Cybersource for all services.

                      '
                  status:
                    type: string
                    description: "The status of the submitted transaction.\n\nPossible values:\n - COMPLETED\n - MULTIPLE\n - NO MATCH\n"
                  paymentAccountInformation:
                    type: object
                    properties:
                      card:
                        type: object
                        properties:
                          type:
                            type: string
                            maxLength: 3
                            description: 'This field contains a 3-digit numeric value that indicates the card type within Cybersource eco-system.

                              Possible values from BIN Lookup Service (based on availability and enablement):

                              - `000`: Unsupported Card Type

                              - `001`: Visa

                              - `002`: Mastercard

                              - `003`: American Express

                              - `004`: Discover

                              - `005`: Diners Club

                              - `007`: JCB

                              - `036`: Cartes Bancaire

                              - `042`: Maestro

                              - `054`: Elo

                              - `058`: Carnet

                              - `060`: MADA

                              - `061`: RuPay

                              - `062`: China UnionPay

                              - `064`: Prompt Card

                              - `067`: Meeza

                              - `068`: PayPak

                              - `070`: EFTPOS

                              - `081`: Jaywan

                              - `082`: TPN


                              Glossary of possible values in the payments ecosystem:

                              - `001`: Visa

                              - `002`: Mastercard

                              - `003`: American Express

                              - `004`: Discover

                              - `005`: Diners Club

                              - `006`: Carte Blanche

                              - `007`: JCB

                              - `008`: Optima

                              - `009`: GE Private Label

                              - `010`: Beneficial Private Label

                              - `011`: Twinpay Credit Card

                              - `012`: Twinpay Debit Card

                              - `013`: Walmart

                              - `014`: EnRoute

                              - `015`: Lowe''s Consumer

                              - `016`: Home Depot Consumer

                              - `017`: MBNA

                              - `018`: Dick''s Sportwear

                              - `019`: Casual Corner

                              - `020`: Sears

                              - `021`: JAL

                              - `023`: Disney Card

                              - `024`: Switch/Solo

                              - `025`: Sam''s Club Consumer

                              - `026`: Sam''s Club Business

                              - `027`: Nico''s

                              - `028`: Paymentech Bill Me Later

                              - `029`: Bebe

                              - `030`: Restoration Hardware

                              - `031`: Delta Online

                              - `032`: Solo

                              - `033`: Visa Electron

                              - `034`: Dankort

                              - `035`: Laser

                              - `036`: Cartes Bancaire

                              - `037`: Carta Si

                              - `040`: UATP

                              - `041`: HOUSEHOLD

                              - `042`: Maestro

                              - `043`: GE MONEY

                              - `044`: Korean Cards

                              - `045`: Style Cards

                              - `046`: J.Crew

                              - `047`: Payeasecn eWallet

                              - `048`: Payeasecn Bank Transfer

                              - `049`: Meijer

                              - `050`: Hipercard

                              - `051`: Aura

                              - `052`: Redecard

                              - `053`: Orico Card

                              - `054`: Elo

                              - `055`: Capital One Private Label

                              - `057`: Costco Private Label

                              - `058`: Carnet

                              - `059`: ValueLink

                              - `060`: MADA

                              - `061`: RuPay

                              - `062`: China UnionPay

                              - `063`: Falabella Private Label

                              - `064`: Prompt Card

                              - `065`: Korean Domestic

                              - `066`: Banricompras

                              - `067`: Meeza

                              - `068`: PayPak

                              - `070`: EFTPOS

                              - `071`: Codensa

                              - `072`: Olimpica

                              - `073`: Colsubsidio

                              - `074`: Tuya

                              - `075`: Sodexo

                              - `076`: Naranja

                              - `077`: Cabal

                              - `078`: DINELCO

                              - `079`: PANAL

                              - `080`: EPM

                              - `081`: Jaywan

                              - `082`: TPN

                              '
                          brandName:
                            type: string
                            maxLength: 20
                            description: "This field contains the card brand name. \n\nSome of the possible values (not an exhaustive list) are -\n\n  - VISA\n  - MASTERCARD\n  - AMERICAN EXPRESS\n  - DISCOVER\n  - DINERS CLUB\n  - CARTE BLANCHE\n  - JCB\n  - OPTIMA\n  - TWINPAY CREDIT CARD\n  - TWINPAY DEBIT CARD\n  - WALMART\n  - ENROUTE\n  - LOWES CONSUMER\n  - HOME DEPOT CONSUMER\n  - MBNA\n  - DICKS SPORTWEAR\n  - CASUAL CORNER\n  - SEARS\n  - JAL\n  - DISNEY CARD\n  - SWITCH/SOLO\n  - SAMS CLUB CONSUMER\n  - SAMS CLUB BUSINESS\n  - NICOS HOUSE CARD\n  - BEBE\n  - RESTORATION HARDWARE\n  - DELTA ONLINE\n  - SOLO\n  - VISA ELECTRON\n  - DANKORT\n  - LASER\n  - CARTE BANCAIRE\n  - CARTA SI\n  - ENCODED ACCOUNT\n  - UATP\n  - HOUSEHOLD\n  - MAESTRO\n  - GE CAPITAL\n  - KOREAN CARDS\n  - STYLE CARDS\n  - JCREW\n  - MEIJER\n  - HIPERCARD\n  - AURA\n  - REDECARD\n  - ORICO HOUSE CARD\n  - MADA\n  - ELO\n  - CAPITAL ONE PRIVATE LABEL\n  - CARNET\n  - RUPAY\n  - CHINA UNION PAY\n  - FALABELLA PRIVATE LABEL\n  - PROMPTCARD\n  - KOREAN DOMESTIC\n  - BANRICOMPRAS\n  - MEEZA\n  - PAYPAK\n  - JAYWAN\n  - TPN\n"
                          currency:
                            type: string
                            maxLength: 3
                            description: 'This field indicates the 3-letter [ISO Standard Currency Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/currencies.pdf) for the card currency.

                              '
                          maxLength:
                            type: string
                            maxLength: 2
                            description: 'This field contains the max length of the card.

                              '
                          credentialType:
                            type: string
                            maxLength: 5
                            description: "This field contains the type of the payment credential.\nPossible values:\n  - PAN\n  - TOKEN \n"
                          brands:
                            description: Array of brands
                            type: array
                            items:
                              type: object
                              properties:
                                type:
                                  type: string
                                  maxLength: 3
                                  description: 'This field contains a 3-digit numeric value that indicates the card type within Cybersource eco-system.

                                    Possible values from BIN Lookup Service (based on availability and enablement):

                                    - `000`: Unsupported Card Type

                                    - `001`: Visa

                                    - `002`: Mastercard

                                    - `003`: American Express

                                    - `004`: Discover

                                    - `005`: Diners Club

                                    - `007`: JCB

                                    - `036`: Cartes Bancaire

                                    - `042`: Maestro

                                    - `054`: Elo

                                    - `058`: Carnet

                                    - `060`: MADA

                                    - `061`: RuPay

                                    - `062`: China UnionPay

                                    - `064`: Prompt Card

                                    - `067`: Meeza

                                    - `068`: PayPak

                                    - `070`: EFTPOS

                                    - `081`: Jaywan

                                    - `082`: TPN


                                    Glossary of possible values in the payments ecosystem:

                                    - `001`: Visa

                                    - `002`: Mastercard

                                    - `003`: American Express

                                    - `004`: Discover

                                    - `005`: Diners Club

                                    - `006`: Carte Blanche

                                    - `007`: JCB

                                    - `008`: Optima

                                    - `009`: GE Private Label

                                    - `010`: Beneficial Private Label

                                    - `011`: Twinpay Credit Card

                                    - `012`: Twinpay Debit Card

                                    - `013`: Walmart

                                    - `014`: EnRoute

                                    - `015`: Lowe''s Consumer

                                    - `016`: Home Depot Consumer

                                    - `017`: MBNA

                                    - `018`: Dick''s Sportwear

                                    - `019`: Casual Corner

                                    - `020`: Sears

                                    - `021`: JAL

                                    - `023`: Disney Card

                                    - `024`: Switch/Solo

                                    - `025`: Sam''s Club Consumer

                                    - `026`: Sam''s Club Business

                                    - `027`: Nico''s

                                    - `028`: Paymentech Bill Me Later

                                    - `029`: Bebe

                                    - `030`: Restoration Hardware

                                    - `031`: Delta Online

                                    - `032`: Solo

                                    - `033`: Visa Electron

                                    - `034`: Dankort

                                    - `035`: Laser

                                    - `036`: Cartes Bancaire

                                    - `037`: Carta Si

                                    - `040`: UATP

                                    - `041`: HOUSEHOLD

                                    - `042`: Maestro

                                    - `043`: GE MONEY

                                    - `044`: Korean Cards

                                    - `045`: Style Cards

                                    - `046`: J.Crew

                                    - `047`: Payeasecn eWallet

                                    - `048`: Payeasecn Bank Transfer

                                    - `049`: Meijer

                                    - `050`: Hipercard

                                    - `051`: Aura

                                    - `052`: Redecard

                                    - `053`: Orico Card

                                    - `054`: Elo

                                    - `055`: Capital One Private Label

                                    - `057`: Costco Private Label

                                    - `058`: Carnet

                                    - `059`: ValueLink

                                    - `060`: MADA

                                    - `061`: RuPay

                                    - `062`: China UnionPay

                                    - `063`: Falabella Private Label

                                    - `064`: Prompt Card

                                    - `065`: Korean Domestic

                                    - `066`: Banricompras

                                    - `067`: Meeza

                                    - `068`: PayPak

                                    - `070`: EFTPOS

                                    - `071`: Codensa

                                    - `072`: Olimpica

                                    - `073`: Colsubsidio

                                    - `074`: Tuya

                                    - `075`: Sodexo

                                    - `076`: Naranja

                                    - `077`: Cabal

                                    - `078`: DINELCO

                                    - `079`: PANAL

                                    - `080`: EPM

                                    - `081`: Jaywan

                                    - `082`: TPN

                                    '
                                brandName:
                                  type: string
                                  maxLength: 20
                                  description: "This field contains the card brand name. \n\nSome of the possible values (not an exhaustive list) are -\n\n  - VISA\n  - MASTERCARD\n  - AMERICAN EXPRESS\n  - DISCOVER\n  - DINERS CLUB\n  - CARTE BLANCHE\n  - JCB\n  - OPTIMA\n  - TWINPAY CREDIT CARD\n  - TWINPAY DEBIT CARD\n  - WALMART\n  - ENROUTE\n  - LOWES CONSUMER\n  - HOME DEPOT CONSUMER\n  - MBNA\n  - DICKS SPORTWEAR\n  - CASUAL CORNER\n  - SEARS\n  - JAL\n  - DISNEY CARD\n  - SWITCH/SOLO\n  - SAMS CLUB CONSUMER\n  - SAMS CLUB BUSINESS\n  - NICOS HOUSE CARD\n  - BEBE\n  - RESTORATION HARDWARE\n  - DELTA ONLINE\n  - SOLO\n  - VISA ELECTRON\n  - DANKORT\n  - LASER\n  - CARTE BANCAIRE\n  - CARTA SI\n  - ENCODED ACCOUNT\n  - UATP\n  - HOUSEHOLD\n  - MAESTRO\n  - GE CAPITAL\n  - KOREAN CARDS\n  - STYLE CARDS\n  - JCREW\n  - MEIJER\n  - HIPERCARD\n  - AURA\n  - REDECARD\n  - ORICO HOUSE CARD\n  - MADA\n  - ELO\n  - CAPITAL ONE PRIVATE LABEL\n  - CARNET\n  - RUPAY\n  - CHINA UNION PAY\n  - FALABELLA PRIVATE LABEL\n  - PROMPTCARD\n  - KOREAN DOMESTIC\n  - BANRICOMPRAS\n  - MEEZA\n  - PAYPAK\n  - JAYWAN\n  - TPN\n"
                      features:
                        type: object
                        properties:
                          accountFundingSource:
                            type: string
                            maxLength: 20
                            description: "This field contains the account funding source.\nPossible values:\n  - `CREDIT`\n  - `DEBIT`\n  - `PREPAID`\n  - `DEFERRED DEBIT`\n  - `CHARGE`\n"
                          accountFundingSourceSubType:
                            type: string
                            maxLength: 20
                            description: "This field contains the type of prepaid card.\nPossible values:\n  - `Reloadable`\n  - `Non-reloadable`\n"
                          cardProduct:
                            type: string
                            maxLength: 50
                            description: "This field contains the type of issuer product.\nExample values:\n  - Visa Classic\n  - Visa Signature\n  - Visa Infinite\n"
                          messageType:
                            type: string
                            maxLength: 1
                            description: "This field contains the type of BIN based authentication.\nPossible values:\n  - `S`: Single Message\n  - `D`: Dual Message\n"
                          acceptanceLevel:
                            type: string
                            maxLength: 2
                            description: "This field contains the acceptance level of the PAN.\nPossible values:\n  - `0` : Normal\n  - `1` : Monitor\n  - `2` : Refuse\n  - `3` : Not Allowed\n  - `4` : Private\n  - `5` : Test\n"
                          cardPlatform:
                            type: string
                            maxLength: 20
                            description: "This field contains the type of card platform.\nPossible values:\n  - `BUSINESS`\n  - `CONSUMER`\n  - `CORPORATE`\n  - `COMMERCIAL`\n  - `GOVERNMENT`\n"
                          comboCard:
                            type: string
                            maxLength: 1
                            description: "This field indicates the type of combo card.\nPossible values:\n  - 0 (Not a combo card)\n  - 1 (Credit and Prepaid Combo card)\n  - 2 (Credit and Debit Combo card)\n  - 3 (Prepaid Credit and Prepaid Debit combo card)\n"
                          corporatePurchase:
                            type: boolean
                            description: "This field indicates if the instrument can be used for corporate purchasing. This field is only applicable for American Express cards.\nPossible values:\n  - `true`\n  - `false`\n"
                          healthCard:
                            type: boolean
                            description: "This field indicates if the BIN is for healthcare (HSA/FSA). Currently, this field is only supported for Visa BINs.\nPossible values:\n    - `true`\n    - `false`\n"
                          sharedBIN:
                            type: boolean
                            description: "This field indicates if the BIN is shared by multiple issuers\nPossible values:\n    - `true`\n    - `false`\n"
                          posDomesticOnly:
                            type: boolean
                            description: "This field indicates if the BIN is valid only for POS domestic usage.\nPossible values:\n    - `true`\n    - `false`\n"
                          gamblingAllowed:
                            type: boolean
                            description: "This field indicates if gambling transactions are allowed on the BIN.\nPossible values:\n    - `true`\n    - `false`\n"
                          commercialCardLevel2:
                            type: boolean
                            description: "This field indicates if a transaction on the instrument qualifies for level 2 interchange rates.\nPossible values:\n    - `true`\n    - `false`\n"
                          commercialCardLevel3:
                            type: boolean
                            description: "This field indicates if a transaction on the instrument qualifies for level 3 interchange rates.\nPossible values:\n    - `true`\n    - `false`\n"
                          exemptBIN:
                            type: boolean
                            description: "This field indicates if a transaction on the instrument qualifies for government exempt interchange fee.\nPossible values:\n    - `true`\n    - `false`\n"
                          accountLevelManagement:
                            type: boolean
                            description: "This field indicates if the BIN participates in Account Level Management (ALM).\nPossible values:\n    - `true`\n    - `false`\n"
                          onlineGamblingBlock:
                            type: boolean
                            description: "This field indicates if online gambling is blocked on the BIN.\nPossible values:\n    - `true`\n    - `false`\n"
                          autoSubstantiation:
                            type: boolean
                            description: "This field indicates if auto-substantiation is enabled on the BIN.\nPossible values:\n    - `true`\n    - `false`\n"
                          flexCredential:
                            type: boolean
                            description: "This field indicates if the instrument is a flex credential.\nPossible values:\n    - `true`\n    - `false`\n"
                          productId:
                            type: string
                            description: "This field contains the Visa-assigned product identifier associated with the BIN. This field is only supported for Visa BINs.\nExample values:\n  - Q4\n  - P\n  - AX\n"
                          productIdSubtype:
                            type: string
                            description: "This field contains the Visa-assigned product subtype identifier associated with the BIN. This field is only supported for Visa BINs.\nExample values:\n  - BB\n  - EX\n  - L2\n  - C2\n"
                          threeDSSupport:
                            type: boolean
                            description: "This field indicates if the payment instrument supports 3D Secure authentication.\nPossible values:\n    - `true`\n    - `false`\n"
                          siEligible:
                            type: boolean
                            description: "This field indicates if the payment instrument is eligible for Standing Instructions (recurring payments).\nPossible values:\n    - `true`\n    - `false`\n"
                          emiEligible:
                            type: boolean
                            description: "This field indicates if the payment instrument is eligible for Equated Monthly Installments (EMI).\nPossible values:\n    - `true`\n    - `false`\n"
                          fleetCard:
                            type: boolean
                            description: "This field indicates if the BIN is designated for fuel/fleet usage. These specialized BINs support additional Level2/Level 3 transaction data.\nPossible values:\n    - `true`\n    - `false`\n"
                          atmEnabled:
                            type: boolean
                            description: "This field indicates if the payment instrument is enabled for ATM usage.\nPossible values:\n    - `true`\n    - `false`\n"
                          posEnabled:
                            type: boolean
                            description: "This field indicates if the payment instrument is enabled for POS usage.\nPossible values:\n    - `true`\n    - `false`\n"
                          ecomEnabled:
                            type: boolean
                            description: "This field indicates if the payment instrument is enabled for ECOM usage.\nPossible values:\n    - `true`\n    - `false`\n"
                      network:
                        type: object
                        properties:
                          id:
                            type: string
                            description: 'This field contains a code that identifies the network.

                              [List of Network ID and Sharing Group Code](https://developer.visa.com/request_response_codes#network_id_and_sharing_group_code)

                              '
                  issuerInformation:
                    type: object
                    properties:
                      name:
                        type: string
                        maxLength: 200
                        description: 'This field contains the issuer name.

                          '
                      country:
                        type: string
                        maxLength: 2
                        description: 'This field contains [2-character ISO Country Codes](http://apps.cybersource.com/library/documentation/sbc/quickref/countries_alpha_list.pdf) for the issuer.

                          '
                      binLength:
                        type: string
                        maxLength: 2
                        description: 'This field contains the length of the BIN. In some cases, this field may be absent if we do not receive accurate information from the network source.

                          '
                      accountPrefix:
                        type: string
                        maxLength: 8
                        description: 'This field contains the first 6 to 8 digits of a primary account number (PAN). The length of the field is determined by [PCI-DSS standards for truncation](https://pcissc.secure.force.com/faq/articles/Frequently_Asked_Question/What-are-acceptable-formats-for-truncation-of-primary-account-numbers).In case the input is not the full intrument (PAN or TOKEN), this field may be truncated.

                          '
                      phoneNumber:
                        type: string
                        maxLength: 50
                        description: 'This field contains the customer service phone number for the issuer.

                          '
                  payoutInformation:
                    type: object
                    properties:
                      pushFunds:
                        type: object
                        properties:
                          moneyTransferFastFundsCrossBorder:
                            type: string
                            maxLength: 1
                            description: "This field indicates if cross-border money transfer OCTs (fast push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          moneyTransferFastFundsDomestic:
                            type: string
                            maxLength: 1
                            description: "This field indicates if domestic money transfer OCTs (fast push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          moneyTransferCrossBorder:
                            type: string
                            maxLength: 1
                            description: "This field indicates if cross-border money transfer OCTs (push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          moneyTransferDomestic:
                            type: string
                            maxLength: 1
                            description: "This field indicates if domestic money transfer OCTs (push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          nonMoneyTransferFastFundsCrossBorder:
                            type: string
                            maxLength: 1
                            description: "This field indicates if cross-border non-money transfer OCTs (fast push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          nonMoneyTransferFastFundsDomestic:
                            type: string
                            maxLength: 1
                            description: "This field indicates if domestic non-money transfer OCTs (fast push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          nonMoneyTransferCrossBorder:
                            type: string
                            maxLength: 1
                            description: "This field indicates if cross-border non-money transfer OCTs (push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          nonMoneyTransferDomestic:
                            type: string
                            maxLength: 1
                            description: "This field indicates if domestic non-money transfer OCTs (push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          onlineGamblingFastFundsCrossBorder:
                            type: string
                            maxLength: 1
                            description: "This field indicates if cross-border gambling OCTs (fast push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          onlineGamblingFastFundsDomestic:
                            type: string
                            maxLength: 1
                            description: "This field indicates if domestic gambling OCTs (fast push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          onlineGamblingCrossBorder:
                            type: string
                            maxLength: 1
                            description: "This field indicates if cross-border gambling OCTs (push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          onlineGamblingDomestic:
                            type: string
                            maxLength: 1
                            description: "This field indicates if domestic gambling OCTs (push funds) are allowed.\nPossible values:\n  - `Y`\n  - `N`\n"
                          domesticParticipant:
                            t

# --- truncated at 32 KB (58 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/cybersource/refs/heads/main/openapi/cybersource-bin-lookup-api-openapi.yml