Overview
TheAkatus.ConsultaMeiosPagamento.Consulta class allows you to retrieve all payment methods (bandeiras) that are enabled for your Akatus account. This includes credit card brands and their respective installment options.
Class: Consulta
Namespace:Akatus.ConsultaMeiosPagamento
Methods
consultaMeiosDePagamentoDisponiveis()
Retrieves all available payment methods configured for your Akatus account. Signature:List<Retorno> - A list of available payment methods
Throws:
System.ArgumentException- When the XML response is invalid or contains no payment method nodes
Response Structure
Retorno Class
Represents an available payment method (bandeira).The payment method code (key identifier)
The payment method description (e.g., “Visa”, “MasterCard”)
Maximum number of installments available for this payment method
Usage Example
Configuration Requirements
Before using this API, ensure yourWeb.config contains the required Akatus configuration:
API Endpoints
- Production:
https://www.akatus.com/api/v1/meios-de-pagamento.xml - Testing:
https://dev.akatus.com/api/v1/meios-de-pagamento.xml
AkatusAmbiente configuration.