HomeGuidesAPI ReferenceChangelog
Terms of Use
API Reference

Certificate / Issue an EMAID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
Body Params
string | null
deprecated

This property is deprecated. Use defaultPaymentOption instead.

The payment method that will be associated with the EMAID Tag.

  • For credit/debit cards provide the payment method ID as a string (e.g. "5")
  • For Corporate billing - corporate:{id}
  • For Subscription - use "subscription" to use the user's active subscription
  • For Auto selection - use "auto" (recommended) or null (deprecated)
  • The "last used" concept has been replaced with "auto" selection which cycles through available payment methods.

Precedence: when both defaultPaymentOption and paymentMethod are provided, defaultPaymentOption wins.
Fallback: if both are omitted, the EMAID is issued with "auto".

string

The default payment option for this ID tag. Accepted values:

  • auto - Automated fallback sequence
  • A payment card ID - Specific registered payment card
  • corporate:{id} - Corporate billing account (replace {id} with the corporate billing ID)
  • subscription - User's active post-paid subscription

At charging time, if the chosen payment option doesn't apply to the session (e.g., corporate billing not eligible for the charge point, subscription not applicable), the platform falls back to the user's other available payment methods.

Responses
202

Action accepted

406

Action rejected

501

Action not implemented

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json