GuidesAPI Reference
Guides

PaymentMethodsType

The type PaymentMethodsType represents available payment methods for this EV station. The example for PaymentMethodsType is as follows:


			"evStationDetails": {
			  "paymentMethods": {
			    "creditCard": {
			      "accept": true
			    },
                "debitCard": {
                  "accept": true
                },
			    "other": {
			      "types": {
			        "type": [
			          "contactless-card",
			          "app",
			          "rfid-reader",
			          "auth-by-car-plug-and-charge",
			          "auth-by-car-autocharge",
			          "terminal-qr-code",
			          "terminal-sms"
			        ]
			      },
			      "accept": true
			    },
			    "ePayment": {
			      "types": {
			        "type": [
			          "online-bank-payment",
			          "online-google-pay",
			          "online-credit-card",
			          "online-paypal",
			          "online-apple-pay"
			        ]
			      },
			      "accept": true
			    }
			  }
			}
ElementData TypeRequiredDescription
subscriptionSubscriptionTypeNoDeprecated 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. The roaming attribute will be used in the future to replace subscriptionType, see roaming attribute.
creditCardCreditCardTypeNoDefines 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.
cashCashTypeNoDeprecated. 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.
debitCardDebitCardTypeNoDefines 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.
checkCheckTypeNoDeprecated.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.
ePaymentEPaymentTypeNoDefines 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. Available values include: • online-apple-pay - Authenticate & pay with Apple Pay.
online-paypal- Authenticate & pay with PayPal.
online-credit-card - Authenticate & pay with credit card online.
online-google-pay - Authenticate & pay with Google Pay.
online-bank-payment - Authenticate & pay with online bank payment.
otherOtherTypeNoDefines 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.
contactless-card - EVSE has a payment terminal that supports contactless cards.
app - Authenticate & pay with CPO app
rfid-reader - Charging at this EVSE can be authorized with an RFID token
rfid-reader- Charging at this EVSE can be authorized with an RFID token.
auth-by-car-plug-and-charge - ISO 15118 Plug&Charge enables drivers to plug in and charge up instantly using automatic EV-to-charging station authentication technology.
auth-by-car-autocharge- Autocharge enables drivers to plug in and charge up instantly using automatic EV-to-charging station authentication technology.
terminal-qr-code- Initiate authentication&payment with QR code on the terminal.
terminal-sms- Authenticate&pay with SMS on the terminal.
noteStringNoAdditional information about payment methods

Parent topic: Data Types