> ## Documentation Index
> Fetch the complete documentation index at: https://docs.onlyfansapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Countries (/api-reference/banking/list-countries)

List countries, their internal OnlyFans IDs, and their payment & tax information.

## OpenAPI

````yaml https://app.onlyfansapi.com/scribe-docs/openapi.yaml get /api/{account}/banking/countries
openapi: 3.0.3
info:
  title: OnlyFans API
  description: ""
  version: 1.0.0
servers:
  - url: https://app.onlyfansapi.com
security:
  - default: []
tags:
  - name: API Keys
    description: ""
  - name: Account
    description: Endpoints for your linked accounts
  - name: Analytics - Financial
    description: APIs for retrieving financial analytics data
  - name: Analytics - Summary
    description: APIs for retrieving summary analytics data
  - name: Banking
    description: Operations related to user banking details, payout methods, legal
      and tax information, and account country settings.
  - name: Chargebacks
    description: ""
  - name: Chat Messages
    description: ""
  - name: Chats
    description: ""
  - name: Client Sessions
    description: ""
  - name: Connect OnlyFans Account
    description: ""
  - name: Data Exports
    description: APIs for managing data exports
  - name: Engagement / Messages
    description: ""
  - name: Fans
    description: APIs for managing OnlyFans fans (subscribers)
  - name: Fans - AI Summary
    description: APIs for generating and retrieving AI-powered fan profile summaries
  - name: Following
    description: APIs for managing OnlyFans followings (people you're subscribed to)
  - name: Free Trial Links
    description: APIs for managing Free Trial Links
  - name: Giphy
    description: ""
  - name: Link Tags
    description: APIs for managing tags on free trial links and tracking links
  - name: Mass Messaging
    description: ""
  - name: Media
    description: ""
  - name: Media Vault
    description: ""
  - name: Media Vault Lists
    description: ""
  - name: Notifications
    description: Endpoints for managingr account notifications
  - name: Payouts
    description: ""
  - name: Post Comments
    description: ""
  - name: Post Labels
    description: APIs for managing your post labels
  - name: Posts
    description: APIs for managing OnlyFans posts
  - name: Promotions
    description: ""
  - name: Public Profiles
    description: ""
  - name: Queue
    description: ""
  - name: Release Forms
    description: APIs for managing OnlyFans release forms
  - name: Saved For Later (Messages)
    description: ""
  - name: Saved For Later (Posts)
    description: ""
  - name: Settings
    description: ""
  - name: Shared Free Trial Links
    description: APIs for Free Trial Links that other OF creators have shared with
      this account. Revenue, cost, and spender data are not available for shared
      links.
  - name: Shared Tracking Links
    description: APIs for Tracking Links (campaigns) that other OF creators have
      shared with this account. Revenue, cost, and spender data are not
      available for shared campaigns.
  - name: Smart Link Postbacks
    description: APIs for managing Smart Link postback destinations
  - name: Smart Links
    description: APIs for managing Smart Links (Free Trial Links and Tracking Links
      with pooled inventory)
  - name: Statistics
    description: ""
  - name: Stored Free Trial Links
    description: Instant APIs for retrieving stored free trial links from the
      OnlyFansAPI Cache (free, no credits used)
  - name: Stored Shared Free Trial Links
    description: Instant APIs for retrieving stored shared Free Trial Links from the
      OnlyFansAPI Cache (free, no credits used)
  - name: Stored Shared Tracking Links
    description: Instant APIs for retrieving stored shared Tracking Links
      (campaigns) from the OnlyFansAPI Cache (free, no credits used)
  - name: Stored Tracking Links
    description: Instant APIs for retrieving stored tracking links from the
      OnlyFansAPI Cache (free, no credits used)
  - name: Stories
    description: APIs for managing OnlyFans stories
  - name: Story Highlights
    description: APIs for managing OnlyFans story highlights
  - name: Subscription Bundles
    description: ""
  - name: Tracking Links
    description: APIs for managing tracking links
  - name: Transactions
    description: APIs for managing OnlyFans transactions
  - name: User List Collections
    description: ""
  - name: Users
    description: APIs for fetching OnlyFans users
  - name: Webhooks
    description: ""
paths:
  /api/{account}/banking/countries:
    parameters:
      - in: path
        name: account
        description: The Account ID
        example: acct_XXXXXXXXXXXXXXX
        required: true
        schema:
          type: string
    get:
      summary: List Countries
      operationId: listCountries
      description: List countries, their internal OnlyFans IDs, and their payment &
        tax information.
      parameters: []
      responses:
        "200":
          description: Success
          content:
            application/json:
              schema:
                type: object
                example:
                  data:
                    - id: 212
                      code: US
                      name: United States of America
                      hasStates: true
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 211
                      code: GB
                      name: United Kingdom
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 1
                      code: AF
                      name: Afghanistan
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 2
                      code: AL
                      name: Albania
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 3
                      code: DZ
                      name: Algeria
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 4
                      code: AS
                      name: American Samoa
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 5
                      code: AD
                      name: Andorra
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 6
                      code: AO
                      name: Angola
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 7
                      code: AI
                      name: Anguilla
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 8
                      code: AG
                      name: Antigua and Barbuda
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 9
                      code: AR
                      name: Argentina
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 10
                      code: AM
                      name: Armenia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 11
                      code: AW
                      name: Aruba
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 12
                      code: AU
                      name: Australia
                      hasStates: true
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 13
                      code: AT
                      name: Austria
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 14
                      code: AZ
                      name: Azerbaijan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 15
                      code: BS
                      name: Bahamas
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 16
                      code: BH
                      name: Bahrain
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 17
                      code: BD
                      name: Bangladesh
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 18
                      code: BB
                      name: Barbados
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 19
                      code: BY
                      name: Belarus
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 20
                      code: BE
                      name: Belgium
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 21
                      code: BZ
                      name: Belize
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 22
                      code: BJ
                      name: Benin
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 23
                      code: BM
                      name: Bermuda
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 24
                      code: BT
                      name: Bhutan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 25
                      code: BO
                      name: Bolivia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 26
                      code: BA
                      name: Bosnia and Herzegovina
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 27
                      code: BW
                      name: Botswana
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 28
                      code: BR
                      name: Brazil
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 29
                      code: VG
                      name: British Virgin Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 30
                      code: BN
                      name: Brunei
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 31
                      code: BG
                      name: Bulgaria
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 32
                      code: BF
                      name: Burkina Faso
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 33
                      code: BI
                      name: Burundi
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 34
                      code: KH
                      name: Cambodia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 35
                      code: CM
                      name: Cameroon
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 36
                      code: CA
                      name: Canada
                      hasStates: true
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 37
                      code: CV
                      name: Cape Verde
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 38
                      code: KY
                      name: Cayman Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 39
                      code: CF
                      name: Central African Republic
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 40
                      code: TD
                      name: Chad
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 41
                      code: CL
                      name: Chile
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 42
                      code: CN
                      name: China
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 43
                      code: CX
                      name: Christmas Island
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 44
                      code: CO
                      name: Colombia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 45
                      code: KM
                      name: Comoros
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 46
                      code: CK
                      name: Cook Islands
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 47
                      code: CR
                      name: Costa Rica
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 48
                      code: CI
                      name: Côte d'Ivoire
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 49
                      code: HR
                      name: Croatia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 50
                      code: CU
                      name: Cuba
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 51
                      code: CY
                      name: Cyprus
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 52
                      code: CZ
                      name: Czech Republic
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 53
                      code: CD
                      name: Democratic Republic of the Congo
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 54
                      code: DK
                      name: Denmark
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 55
                      code: DJ
                      name: Djibouti
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 57
                      code: DM
                      name: Dominica
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 56
                      code: DO
                      name: Dominican Republic
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 58
                      code: EC
                      name: Ecuador
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 59
                      code: EG
                      name: Egypt
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 60
                      code: SV
                      name: El Salvador
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 61
                      code: GQ
                      name: Equatorial Guinea
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 62
                      code: ER
                      name: Eritrea
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 63
                      code: EE
                      name: Estonia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 64
                      code: ET
                      name: Ethiopia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 65
                      code: FK
                      name: Falkland Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 66
                      code: FO
                      name: Faroe Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 67
                      code: FJ
                      name: Fiji
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 68
                      code: FI
                      name: Finland
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 69
                      code: FR
                      name: France
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 70
                      code: PF
                      name: French Polynesia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 71
                      code: GA
                      name: Gabon
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 72
                      code: GM
                      name: Gambia
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 73
                      code: GE
                      name: Georgia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 74
                      code: DE
                      name: Germany
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 75
                      code: GH
                      name: Ghana
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 76
                      code: GI
                      name: Gibraltar
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 77
                      code: GR
                      name: Greece
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 78
                      code: GL
                      name: Greenland
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 79
                      code: GD
                      name: Grenada
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 80
                      code: GU
                      name: Guam
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 81
                      code: GT
                      name: Guatemala
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 227
                      code: GG
                      name: Guernsey
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 83
                      code: GN
                      name: Guinea
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 82
                      code: GW
                      name: Guinea Bissau
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 84
                      code: GY
                      name: Guyana
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 85
                      code: HT
                      name: Haiti
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 86
                      code: HN
                      name: Honduras
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 87
                      code: HK
                      name: Hong Kong
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 88
                      code: HU
                      name: Hungary
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 89
                      code: IS
                      name: Iceland
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 90
                      code: IN
                      name: India
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 91
                      code: ID
                      name: Indonesia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 92
                      code: IR
                      name: Iran
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 93
                      code: IQ
                      name: Iraq
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 94
                      code: IE
                      name: Ireland
                      hasStates: true
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 228
                      code: IM
                      name: Isle of Man
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 95
                      code: IL
                      name: Israel
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 96
                      code: IT
                      name: Italy
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 97
                      code: JM
                      name: Jamaica
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 98
                      code: JP
                      name: Japan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 225
                      code: JE
                      name: Jersey
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 99
                      code: JO
                      name: Jordan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 100
                      code: KZ
                      name: Kazakhstan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 101
                      code: KE
                      name: Kenya
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 102
                      code: KI
                      name: Kiribati
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 226
                      code: XK
                      name: Kosovo
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 103
                      code: KW
                      name: Kuwait
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 104
                      code: KG
                      name: Kyrgyzstan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 105
                      code: LA
                      name: Laos
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 106
                      code: LV
                      name: Latvia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 107
                      code: LB
                      name: Lebanon
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 108
                      code: LS
                      name: Lesotho
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 109
                      code: LR
                      name: Liberia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 110
                      code: LY
                      name: Libya
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 111
                      code: LI
                      name: Liechtenstein
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 112
                      code: LT
                      name: Lithuania
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 113
                      code: LU
                      name: Luxembourg
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 114
                      code: MO
                      name: Macao
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 115
                      code: MK
                      name: Macedonia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 116
                      code: MG
                      name: Madagascar
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 117
                      code: MW
                      name: Malawi
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 118
                      code: MY
                      name: Malaysia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 119
                      code: MV
                      name: Maldives
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 120
                      code: ML
                      name: Mali
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 121
                      code: MT
                      name: Malta
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 122
                      code: MH
                      name: Marshall Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 123
                      code: MQ
                      name: Martinique
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 124
                      code: MR
                      name: Mauritania
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 125
                      code: MU
                      name: Mauritius
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 126
                      code: MX
                      name: Mexico
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 127
                      code: FM
                      name: Micronesia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 128
                      code: MD
                      name: Moldova
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 129
                      code: MC
                      name: Monaco
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 130
                      code: MN
                      name: Mongolia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 224
                      code: ME
                      name: Montenegro
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 131
                      code: MS
                      name: Montserrat
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 132
                      code: MA
                      name: Morocco
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 133
                      code: MZ
                      name: Mozambique
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 134
                      code: MM
                      name: Myanmar
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 135
                      code: NA
                      name: Namibia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 136
                      code: NR
                      name: Nauru
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 137
                      code: NP
                      name: Nepal
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 139
                      code: NL
                      name: Netherlands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 138
                      code: AN
                      name: Netherlands Antilles
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 140
                      code: NZ
                      name: New Zealand
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 141
                      code: NI
                      name: Nicaragua
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 143
                      code: NE
                      name: Niger
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 142
                      code: NG
                      name: Nigeria
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 144
                      code: NU
                      name: Niue
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 145
                      code: NF
                      name: Norfolk Island
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 146
                      code: KP
                      name: North Korea
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 147
                      code: NO
                      name: Norway
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 148
                      code: OM
                      name: Oman
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 149
                      code: PK
                      name: Pakistan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 150
                      code: PW
                      name: Palau
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 151
                      code: PA
                      name: Panama
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 152
                      code: PG
                      name: Papua New Guinea
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 153
                      code: PY
                      name: Paraguay
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 154
                      code: PE
                      name: Peru
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 155
                      code: PH
                      name: Philippines
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 156
                      code: PN
                      name: Pitcairn Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 157
                      code: PL
                      name: Poland
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 158
                      code: PT
                      name: Portugal
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 159
                      code: PR
                      name: Puerto Rico
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 160
                      code: QA
                      name: Qatar
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 161
                      code: CG
                      name: Republic of the Congo
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 162
                      code: RO
                      name: Romania
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 163
                      code: RU
                      name: Russian Federation
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 164
                      code: RW
                      name: Rwanda
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 165
                      code: KN
                      name: Saint Kitts and Nevis
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 166
                      code: LC
                      name: Saint Lucia
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 167
                      code: PM
                      name: Saint Pierre
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 168
                      code: VC
                      name: Saint Vincent and the Grenadines
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 169
                      code: WS
                      name: Samoa
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 170
                      code: SM
                      name: San Marino
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 171
                      code: ST
                      name: Sao Tomé and Príncipe
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 172
                      code: SA
                      name: Saudi Arabia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 173
                      code: SN
                      name: Senegal
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 174
                      code: RS
                      name: Serbia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 175
                      code: SC
                      name: Seychelles
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 176
                      code: SL
                      name: Sierra Leone
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 177
                      code: SG
                      name: Singapore
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 178
                      code: SK
                      name: Slovakia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 179
                      code: SI
                      name: Slovenia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 180
                      code: SB
                      name: Solomon Islands
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 181
                      code: SO
                      name: Somalia
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 182
                      code: ZA
                      name: South Africa
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 183
                      code: GS
                      name: South Georgia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 184
                      code: KR
                      name: South Korea
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 186
                      code: ES
                      name: Spain
                      hasStates: true
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 187
                      code: LK
                      name: Sri Lanka
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 188
                      code: SD
                      name: Sudan
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 189
                      code: SR
                      name: Suriname
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 190
                      code: SZ
                      name: Swaziland
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 191
                      code: SE
                      name: Sweden
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 192
                      code: CH
                      name: Switzerland
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 193
                      code: SY
                      name: Syria
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 194
                      code: TW
                      name: Taiwan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 195
                      code: TJ
                      name: Tajikistan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 196
                      code: TZ
                      name: Tanzania
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 197
                      code: TH
                      name: Thailand
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 198
                      code: TB
                      name: Tibet
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 199
                      code: TL
                      name: Timor-Leste
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 200
                      code: TG
                      name: Togo
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 201
                      code: TO
                      name: Tonga
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 202
                      code: TT
                      name: Trinidad and Tobago
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 203
                      code: TN
                      name: Tunisia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 204
                      code: TR
                      name: Turkey
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 205
                      code: TM
                      name: Turkmenistan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 206
                      code: TC
                      name: Turks and Caicos Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 207
                      code: TV
                      name: Tuvalu
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 208
                      code: AE
                      name: UAE
                      hasStates: true
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 209
                      code: UG
                      name: Uganda
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 210
                      code: UA
                      name: Ukraine
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 213
                      code: UY
                      name: Uruguay
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 214
                      code: VI
                      name: US Virgin Islands
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 215
                      code: UZ
                      name: Uzbekistan
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 216
                      code: VU
                      name: Vanuatu
                      hasStates: false
                      hasZip: false
                      canPay: true
                      canHasW9Form: false
                    - id: 217
                      code: VA
                      name: Vatican City
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 218
                      code: VE
                      name: Venezuela
                      hasStates: false
                      hasZip: true
                      canPay: false
                      canHasW9Form: false
                    - id: 219
                      code: VN
                      name: Vietnam
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 220
                      code: WF
                      name: Wallis and Futuna
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 221
                      code: YE
                      name: Yemen
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                    - id: 222
                      code: ZM
                      name: Zambia
                      hasStates: false
                      hasZip: true
                      canPay: true
                      canHasW9Form: false
                    - id: 223
                      code: ZW
                      name: Zimbabwe
                      hasStates: false
                      hasZip: false
                      canPay: false
                      canHasW9Form: false
                  _meta:
                    _credits:
                      used: 1
                      balance: 999999997
                      note: Always
                    _cache:
                      is_cached: false
                      note: Cache disabled for this endpoint
                    _rate_limits:
                      limit_minute: 10000000
                      limit_day: 50000
                      remaining_minute: 9999999
                      remaining_day: 49945
                properties:
                  data:
                    type: array
                    example:
                      - id: 212
                        code: US
                        name: United States of America
                        hasStates: true
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 211
                        code: GB
                        name: United Kingdom
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 1
                        code: AF
                        name: Afghanistan
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 2
                        code: AL
                        name: Albania
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 3
                        code: DZ
                        name: Algeria
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 4
                        code: AS
                        name: American Samoa
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 5
                        code: AD
                        name: Andorra
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 6
                        code: AO
                        name: Angola
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 7
                        code: AI
                        name: Anguilla
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 8
                        code: AG
                        name: Antigua and Barbuda
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 9
                        code: AR
                        name: Argentina
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 10
                        code: AM
                        name: Armenia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 11
                        code: AW
                        name: Aruba
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 12
                        code: AU
                        name: Australia
                        hasStates: true
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 13
                        code: AT
                        name: Austria
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 14
                        code: AZ
                        name: Azerbaijan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 15
                        code: BS
                        name: Bahamas
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 16
                        code: BH
                        name: Bahrain
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 17
                        code: BD
                        name: Bangladesh
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 18
                        code: BB
                        name: Barbados
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 19
                        code: BY
                        name: Belarus
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 20
                        code: BE
                        name: Belgium
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 21
                        code: BZ
                        name: Belize
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 22
                        code: BJ
                        name: Benin
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 23
                        code: BM
                        name: Bermuda
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 24
                        code: BT
                        name: Bhutan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 25
                        code: BO
                        name: Bolivia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 26
                        code: BA
                        name: Bosnia and Herzegovina
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 27
                        code: BW
                        name: Botswana
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 28
                        code: BR
                        name: Brazil
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 29
                        code: VG
                        name: British Virgin Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 30
                        code: BN
                        name: Brunei
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 31
                        code: BG
                        name: Bulgaria
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 32
                        code: BF
                        name: Burkina Faso
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 33
                        code: BI
                        name: Burundi
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 34
                        code: KH
                        name: Cambodia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 35
                        code: CM
                        name: Cameroon
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 36
                        code: CA
                        name: Canada
                        hasStates: true
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 37
                        code: CV
                        name: Cape Verde
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 38
                        code: KY
                        name: Cayman Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 39
                        code: CF
                        name: Central African Republic
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 40
                        code: TD
                        name: Chad
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 41
                        code: CL
                        name: Chile
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 42
                        code: CN
                        name: China
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 43
                        code: CX
                        name: Christmas Island
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 44
                        code: CO
                        name: Colombia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 45
                        code: KM
                        name: Comoros
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 46
                        code: CK
                        name: Cook Islands
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 47
                        code: CR
                        name: Costa Rica
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 48
                        code: CI
                        name: Côte d'Ivoire
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 49
                        code: HR
                        name: Croatia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 50
                        code: CU
                        name: Cuba
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 51
                        code: CY
                        name: Cyprus
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 52
                        code: CZ
                        name: Czech Republic
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 53
                        code: CD
                        name: Democratic Republic of the Congo
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 54
                        code: DK
                        name: Denmark
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 55
                        code: DJ
                        name: Djibouti
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 57
                        code: DM
                        name: Dominica
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 56
                        code: DO
                        name: Dominican Republic
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 58
                        code: EC
                        name: Ecuador
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 59
                        code: EG
                        name: Egypt
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 60
                        code: SV
                        name: El Salvador
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 61
                        code: GQ
                        name: Equatorial Guinea
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 62
                        code: ER
                        name: Eritrea
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 63
                        code: EE
                        name: Estonia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 64
                        code: ET
                        name: Ethiopia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 65
                        code: FK
                        name: Falkland Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 66
                        code: FO
                        name: Faroe Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 67
                        code: FJ
                        name: Fiji
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 68
                        code: FI
                        name: Finland
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 69
                        code: FR
                        name: France
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 70
                        code: PF
                        name: French Polynesia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 71
                        code: GA
                        name: Gabon
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 72
                        code: GM
                        name: Gambia
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 73
                        code: GE
                        name: Georgia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 74
                        code: DE
                        name: Germany
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 75
                        code: GH
                        name: Ghana
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 76
                        code: GI
                        name: Gibraltar
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 77
                        code: GR
                        name: Greece
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 78
                        code: GL
                        name: Greenland
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 79
                        code: GD
                        name: Grenada
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 80
                        code: GU
                        name: Guam
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 81
                        code: GT
                        name: Guatemala
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 227
                        code: GG
                        name: Guernsey
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 83
                        code: GN
                        name: Guinea
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 82
                        code: GW
                        name: Guinea Bissau
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 84
                        code: GY
                        name: Guyana
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 85
                        code: HT
                        name: Haiti
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 86
                        code: HN
                        name: Honduras
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 87
                        code: HK
                        name: Hong Kong
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 88
                        code: HU
                        name: Hungary
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 89
                        code: IS
                        name: Iceland
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 90
                        code: IN
                        name: India
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 91
                        code: ID
                        name: Indonesia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 92
                        code: IR
                        name: Iran
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 93
                        code: IQ
                        name: Iraq
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 94
                        code: IE
                        name: Ireland
                        hasStates: true
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 228
                        code: IM
                        name: Isle of Man
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 95
                        code: IL
                        name: Israel
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 96
                        code: IT
                        name: Italy
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 97
                        code: JM
                        name: Jamaica
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 98
                        code: JP
                        name: Japan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 225
                        code: JE
                        name: Jersey
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 99
                        code: JO
                        name: Jordan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 100
                        code: KZ
                        name: Kazakhstan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 101
                        code: KE
                        name: Kenya
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 102
                        code: KI
                        name: Kiribati
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 226
                        code: XK
                        name: Kosovo
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 103
                        code: KW
                        name: Kuwait
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 104
                        code: KG
                        name: Kyrgyzstan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 105
                        code: LA
                        name: Laos
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 106
                        code: LV
                        name: Latvia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 107
                        code: LB
                        name: Lebanon
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 108
                        code: LS
                        name: Lesotho
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 109
                        code: LR
                        name: Liberia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 110
                        code: LY
                        name: Libya
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 111
                        code: LI
                        name: Liechtenstein
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 112
                        code: LT
                        name: Lithuania
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 113
                        code: LU
                        name: Luxembourg
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 114
                        code: MO
                        name: Macao
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 115
                        code: MK
                        name: Macedonia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 116
                        code: MG
                        name: Madagascar
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 117
                        code: MW
                        name: Malawi
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 118
                        code: MY
                        name: Malaysia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 119
                        code: MV
                        name: Maldives
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 120
                        code: ML
                        name: Mali
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 121
                        code: MT
                        name: Malta
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 122
                        code: MH
                        name: Marshall Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 123
                        code: MQ
                        name: Martinique
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 124
                        code: MR
                        name: Mauritania
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 125
                        code: MU
                        name: Mauritius
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 126
                        code: MX
                        name: Mexico
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 127
                        code: FM
                        name: Micronesia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 128
                        code: MD
                        name: Moldova
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 129
                        code: MC
                        name: Monaco
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 130
                        code: MN
                        name: Mongolia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 224
                        code: ME
                        name: Montenegro
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 131
                        code: MS
                        name: Montserrat
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 132
                        code: MA
                        name: Morocco
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 133
                        code: MZ
                        name: Mozambique
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 134
                        code: MM
                        name: Myanmar
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 135
                        code: NA
                        name: Namibia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 136
                        code: NR
                        name: Nauru
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 137
                        code: NP
                        name: Nepal
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 139
                        code: NL
                        name: Netherlands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 138
                        code: AN
                        name: Netherlands Antilles
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 140
                        code: NZ
                        name: New Zealand
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 141
                        code: NI
                        name: Nicaragua
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 143
                        code: NE
                        name: Niger
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 142
                        code: NG
                        name: Nigeria
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 144
                        code: NU
                        name: Niue
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 145
                        code: NF
                        name: Norfolk Island
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 146
                        code: KP
                        name: North Korea
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 147
                        code: NO
                        name: Norway
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 148
                        code: OM
                        name: Oman
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 149
                        code: PK
                        name: Pakistan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 150
                        code: PW
                        name: Palau
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 151
                        code: PA
                        name: Panama
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 152
                        code: PG
                        name: Papua New Guinea
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 153
                        code: PY
                        name: Paraguay
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 154
                        code: PE
                        name: Peru
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 155
                        code: PH
                        name: Philippines
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 156
                        code: PN
                        name: Pitcairn Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 157
                        code: PL
                        name: Poland
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 158
                        code: PT
                        name: Portugal
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 159
                        code: PR
                        name: Puerto Rico
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 160
                        code: QA
                        name: Qatar
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 161
                        code: CG
                        name: Republic of the Congo
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 162
                        code: RO
                        name: Romania
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 163
                        code: RU
                        name: Russian Federation
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 164
                        code: RW
                        name: Rwanda
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 165
                        code: KN
                        name: Saint Kitts and Nevis
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 166
                        code: LC
                        name: Saint Lucia
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 167
                        code: PM
                        name: Saint Pierre
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 168
                        code: VC
                        name: Saint Vincent and the Grenadines
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 169
                        code: WS
                        name: Samoa
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 170
                        code: SM
                        name: San Marino
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 171
                        code: ST
                        name: Sao Tomé and Príncipe
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 172
                        code: SA
                        name: Saudi Arabia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 173
                        code: SN
                        name: Senegal
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 174
                        code: RS
                        name: Serbia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 175
                        code: SC
                        name: Seychelles
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 176
                        code: SL
                        name: Sierra Leone
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 177
                        code: SG
                        name: Singapore
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 178
                        code: SK
                        name: Slovakia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 179
                        code: SI
                        name: Slovenia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 180
                        code: SB
                        name: Solomon Islands
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 181
                        code: SO
                        name: Somalia
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 182
                        code: ZA
                        name: South Africa
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 183
                        code: GS
                        name: South Georgia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 184
                        code: KR
                        name: South Korea
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 186
                        code: ES
                        name: Spain
                        hasStates: true
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 187
                        code: LK
                        name: Sri Lanka
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 188
                        code: SD
                        name: Sudan
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 189
                        code: SR
                        name: Suriname
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 190
                        code: SZ
                        name: Swaziland
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 191
                        code: SE
                        name: Sweden
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 192
                        code: CH
                        name: Switzerland
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 193
                        code: SY
                        name: Syria
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 194
                        code: TW
                        name: Taiwan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 195
                        code: TJ
                        name: Tajikistan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 196
                        code: TZ
                        name: Tanzania
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 197
                        code: TH
                        name: Thailand
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 198
                        code: TB
                        name: Tibet
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 199
                        code: TL
                        name: Timor-Leste
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 200
                        code: TG
                        name: Togo
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 201
                        code: TO
                        name: Tonga
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 202
                        code: TT
                        name: Trinidad and Tobago
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 203
                        code: TN
                        name: Tunisia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 204
                        code: TR
                        name: Turkey
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 205
                        code: TM
                        name: Turkmenistan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 206
                        code: TC
                        name: Turks and Caicos Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 207
                        code: TV
                        name: Tuvalu
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 208
                        code: AE
                        name: UAE
                        hasStates: true
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 209
                        code: UG
                        name: Uganda
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 210
                        code: UA
                        name: Ukraine
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 213
                        code: UY
                        name: Uruguay
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 214
                        code: VI
                        name: US Virgin Islands
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 215
                        code: UZ
                        name: Uzbekistan
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 216
                        code: VU
                        name: Vanuatu
                        hasStates: false
                        hasZip: false
                        canPay: true
                        canHasW9Form: false
                      - id: 217
                        code: VA
                        name: Vatican City
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 218
                        code: VE
                        name: Venezuela
                        hasStates: false
                        hasZip: true
                        canPay: false
                        canHasW9Form: false
                      - id: 219
                        code: VN
                        name: Vietnam
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 220
                        code: WF
                        name: Wallis and Futuna
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 221
                        code: YE
                        name: Yemen
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                      - id: 222
                        code: ZM
                        name: Zambia
                        hasStates: false
                        hasZip: true
                        canPay: true
                        canHasW9Form: false
                      - id: 223
                        code: ZW
                        name: Zimbabwe
                        hasStates: false
                        hasZip: false
                        canPay: false
                        canHasW9Form: false
                    items:
                      type: object
                      properties:
                        id:
                          type: integer
                          example: 212
                        code:
                          type: string
                          example: US
                        name:
                          type: string
                          example: United States of America
                        hasStates:
                          type: boolean
                          example: true
                        hasZip:
                          type: boolean
                          example: true
                        canPay:
                          type: boolean
                          example: true
                        canHasW9Form:
                          type: boolean
                          example: false
                  _meta:
                    type: object
                    properties:
                      _credits:
                        type: object
                        properties:
                          used:
                            type: integer
                            example: 1
                          balance:
                            type: integer
                            example: 999999997
                          note:
                            type: string
                            example: Always
                      _cache:
                        type: object
                        properties:
                          is_cached:
                            type: boolean
                            example: false
                          note:
                            type: string
                            example: Cache disabled for this endpoint
                      _rate_limits:
                        type: object
                        properties:
                          limit_minute:
                            type: integer
                            example: 10000000
                          limit_day:
                            type: integer
                            example: 50000
                          remaining_minute:
                            type: integer
                            example: 9999999
                          remaining_day:
                            type: integer
                            example: 49945
      tags:
        - Banking
components:
  securitySchemes:
    default:
      type: http
      scheme: bearer
      description: Get your API Key from OnlyFansAPI Console -
        https://app.onlyfansapi.com/api-keys
````