1. Schemas
OpenFinTech.io
  • Banks
    • List of banks
    • Bank by ID
  • Countries
    • List of countries
    • Country by ID
  • Currencies
    • List of currencies
    • Currency by ID
  • Deposit methods
    • List of deposit methods
    • Deposit method by ID
  • Exchangers
    • List of exchangers
    • Exchanger by ID
  • Merchant industries
    • List of merchant industries
    • Merchant industry by ID
  • Organizations
    • List of organizations
    • Organization by ID
  • Payment methods
    • List of payment methods
    • Payment method by ID
  • Payment providers
    • List of payment providers
    • Payment provider by ID
  • Schemas
    • Schemas
      • ActiveInCountriesRelationship
      • Bank
      • BankAttributes
      • BankOrganization
      • BankOrganizationData
      • BankOrganizationLinks
      • BankRelationships
      • BankResponse
      • BanksResponse
      • CountriesResponse
      • Country
      • CountryAttributes
      • CountryRelationships
      • CountryResponse
      • CountryTranslations
      • CountryTranslationsLinks
      • CurrenciesResponse
      • Currency
      • CurrencyAttributes
      • CurrencyAttributesIcon
      • CurrencyCountries
      • CurrencyCountryLinks
      • CurrencyIssuer
      • CurrencyIssuerLinks
      • CurrencyIssuerOrganization
      • CurrencyIssuerOrganizationData
      • CurrencyIssuerOrganizationLinks
      • CurrencyIssuertData
      • CurrencyParent
      • CurrencyParentData
      • CurrencyParentLinks
      • CurrencyRelationships
      • CurrencyResponse
      • DepositMethod
      • DepositMethodAttributes
      • DepositMethodProcessorData
      • DepositMethodRelationships
      • DepositMethodResponse
      • DepositMethodsResponse
      • Exchanger
      • ExchangerAttributes
      • ExchangerOrganization
      • ExchangerOrganizationData
      • ExchangerOrganizationLinks
      • ExchangerRelationships
      • ExchangerResponse
      • ExchangersResponse
      • MerchantIndustriesResponse
      • MerchantIndustry
      • MerchantIndustryAttributes
      • MerchantIndustryResponse
      • Organization
      • OrganizationActive
      • OrganizationActiveLinks
      • OrganizationAddress
      • OrganizationAttributes
      • OrganizationAttributesIcon
      • OrganizationAttributesLogo
      • OrganizationContacts
      • OrganizationHq
      • OrganizationHqData
      • OrganizationHqLinks
      • OrganizationRelationships
      • OrganizationResponse
      • OrganizationSocial
      • OrganizationSource
      • OrganizationSourceData
      • OrganizationSourceLinks
      • OrganizationsResponse
      • PaymentMethod
      • PaymentMethodAttributes
      • PaymentMethodCurrencies
      • PaymentMethodCurrenciesLinks
      • PaymentMethodProcessor
      • PaymentMethodProcessorData
      • PaymentMethodProcessorLinks
      • PaymentMethodRelationships
      • PaymentMethodResponse
      • PaymentMethodsResponse
      • PaymentProvider
      • PaymentProviderAttributes
      • PaymentProviderOrganization
      • PaymentProviderOrganizationData
      • PaymentProviderOrganizationLinks
      • PaymentProviderPaymentMethods
      • PaymentProviderPaymentMethodsLinks
      • PaymentProviderRelationships
      • PaymentProviderResponse
      • PaymentProvidersResponse
      • ResponseLinks
      • ResponseMeta
      • SelfLinks
      • SupportedPspsRelationship
  1. Schemas

OrganizationsResponse

{
    "data": [
        {
            "attributes": {
                "address": {
                    "city": "Kyiv",
                    "country": "Ukraine",
                    "post_code": 2184,
                    "region": "Europe",
                    "street": "Obolonska nab"
                },
                "blog": "none",
                "code": "interkassa",
                "contacts": {
                    "email": "support@interkassa.com",
                    "fax": 1234,
                    "phone": 380445859331,
                    "skype": "skype.ik"
                },
                "description": "Payment acceptance system",
                "icon": {
                    "16": "https://i.openfintech.io/organizations/Interkassa/icon_16.png",
                    "32": "https://i.openfintech.io/organizations/Interkassa/icon_32.png",
                    "64": "https://i.openfintech.io/organizations/Interkassa/icon_64.png"
                },
                "industries": [
                    "psp"
                ],
                "logo": {
                    "50": "https://i.openfintech.io/organizations/Interkassa/logo_50.png",
                    "100": "https://i.openfintech.io/organizations/Interkassa/logo_100.png",
                    "150": "https://i.openfintech.io/organizations/Interkassa/logo_150.png"
                },
                "name": "Interkassa",
                "site": "https://www.interkassa.com",
                "social_profiles": {
                    "facebook": "none",
                    "google_plus": "none",
                    "linked_in": "none",
                    "twitter": "none",
                    "vkontakte": "none"
                },
                "status": "active",
                "wiki": "https://www.interkassa.com/wiki/"
            },
            "id": "org_RysJXOwKaGT5o1SZ",
            "links": {
                "self": "/v1/{path}/{id}"
            },
            "relationships": {
                "active_in_countries": {
                    "data": "none",
                    "links": {
                        "related": "/v1/organizations/org_lK1mIKXO1kHOrTeJ/active_in_countries"
                    }
                },
                "hq_in_country": {
                    "data": {
                        "id": "UA",
                        "type": "countries"
                    },
                    "links": {
                        "related": "/v1/organizations/org_lK1mIKXO1kHOrTeJ/hq_in_country"
                    }
                },
                "source_register_org": {
                    "data": {
                        "id": "string",
                        "type": "string"
                    },
                    "links": {
                        "related": "/v1/organizations/org_lK1mIKXO1kHOrTeJ/source_register_org"
                    }
                }
            },
            "type": "organizations"
        }
    ],
    "links": {
        "first": "/v1/{path}?page[number]=1&page[size]=10",
        "last": "/v1/{path}?page[number]=42&page[size]=10",
        "next": "/v1/{path}?page[number]=41&page[size]=10",
        "prev": "/v1/{path}?page[number]=39&page[size]=10"
    },
    "meta": {
        "pages": 42,
        "total": 419
    }
}
Built with