Sponsor banks are the financial institutions that facilitate payment processing for your acceptor. When creating an acceptor application, you may need to query available sponsor banks and their associated Bank Identification Numbers (BINs) to select the appropriate sponsor bank for your application.Documentation Index
Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
Use this file to discover all available pages before exploring further.
Sponsor banks represent the financial institutions that will back your payment processing. Each
sponsor bank may have multiple BINs (Bank Identification Numbers) that identify the issuing bank
for card transactions. Understanding available sponsor banks helps you make informed decisions
when configuring your acceptor application.
ScenarioA developer at Clearpath Payments wants to understand which sponsor banks are available and which BINs are associated with each bank. This information will help them select the appropriate sponsor bank when creating the Maple Street Coffee acceptor application.
sponsorBanks query to retrieve a list of available sponsor banks and their associated BINs. The query accepts an optional input parameter to filter results.
The sponsor bank information returned by this query includes the bank’s unique
identifier ( sponsorBankId ), name, and an array of BINs with their
descriptors. This information can be used when configuring your acceptor
application to ensure compatibility with your payment processing requirements.