HERE EV Charge Points API
EV Charging Stations API Developer's Guide

PaymentMethodsType

The type PaymentMethodsType represents available payment methods for this EV station.

The example for PaymentMethodsType is as follows:


      "evStationDetails": {
        "paymentMethods": {
        "subscription": {
          "provider": "GMEV",
          "accept": true
        },
        "creditCard": {
          "types": {
          "type": [
            "AMEX",
            "DINERSCLUB",
            "DISCOVER",
            "MASTERCARD",
            "VISA"
          ]
          },
          "accept": true
        },
        "cash": {
          "currencies": {
          "currency": [
            "USD"
          ]
          },
          "accept": true
        },
        "check": {
          "types": {
          "type": [
            "PERSONAL",
            "TRAVELERS"
          ]
          },
          "accept": true
        },
        "ePayment": {
          "types": {
          "type": [
            "APPLEPAY"
          ]
          },
          "accept": true
        },
        "other": {
          "types": {
          "type": [
            "FINANCING"
          ]
          },
          "accept": true
        }
        }
      }
Table 1. PaymentMethodsType elements
Element Data Type Mandatory Description
subscription SubscriptionType No

Defines the available subscription payment method for this EV station.

This element has an attribute accept of type Boolean, which indicates if this EV station accepts subscription payment.

creditCard CreditCardType No

Defines the available credit cards for this EV station.

This element has an attribute accept of type Boolean, which indicates if this EV station accepts credit card payment.

cash CashType No

Defines the available cash payment options for this EV station.

This element has an attribute accept of type Boolean, which indicates if this EV station accepts cash payment.

debitCard DebitCardType No

Defines the available debit card payment options for this EV station.

This element only has an attribute accept of type Boolean, which indicates if this EV station accepts debit card payment.

check CheckType No

Defines the available check payment options for this EV station.

This element has an attribute accept of type Boolean, which indicates if this EV station accepts check payment.

ePayment EPaymentType No

Defines the available electronic payment options for this EV station.

This element has an attribute accept of type Boolean, which indicates if this EV station accepts electronic payment.

other OtherType No

Defines the other payment options for this EV station.

This element has an attribute accept of type Boolean, which indicates if this EV station accepts other payment methods.

note String No Additional information about payment methods
Table 2. SubscriptionType elements
Element Data Type Mandatory Description
provider String No The provider for subscription (see example above)
Table 3. CreditCardType elements
Element Data Type Mandatory Description
types PaymentTypesListType No List of accepted credit cards
Table 4. CashType elements
Element Data Type Mandatory Description
currencies CurrenciesListType No List of accepted currencies
Table 5. CheckType elements
Element Data Type Mandatory Description
types PaymentTypesListType No List of accepted checks
Table 6. EPaymentType elements
Element Data Type Mandatory Description
types PaymentTypesListType No List of accepted electronic payment types
Table 7. OtherType elements
Element Data Type Mandatory Description
types PaymentTypesListType No List of other payment types accepted
Table 8. PaymentTypesListType elements
Element Data Type Mandatory Description
type String No List of payment types
Table 9. CurrenciesListType elements
Element Data Type Mandatory Description
currency String No List of accepted currencies