Spec
in package
Spec resource for retrieving Inttegro platform specifications.
Specifications provide details about supported countries, currencies, payment methods, and other platform capabilities. Use specs to build dynamic forms, validate inputs, and adapt your integration to different markets.
Tags
Table of Contents
Methods
- __construct() : mixed
- countries() : CountrySpecifications
- Retrieve specifications for all supported countries.
Methods
__construct()
public
__construct(HttpClient $http) : mixed
Parameters
- $http : HttpClient
countries()
Retrieve specifications for all supported countries.
public
countries() : CountrySpecifications
Returns detailed information about each country Inttegro operates in, including:
- Supported currencies and payment methods
- Available payout schedules
- Legal entity types for businesses
- Financial account types (mobile money issuers, bank requirements)
- Required ID document types for verification
Use this to build country-specific onboarding flows, validate inputs based on market capabilities, and display appropriate options to users.
This is a public endpoint that does not require authentication.
Tags
Return values
CountrySpecifications —Country specifications