Returns charging session details
Documentation Index
Fetch the complete documentation index at: https://api.corpay.com/llms.txt
Use this file to discover all available pages before exploring further.
Use OAuth2 client credentials to obtain a bearer token.
UAT token endpoint:
POST https://apigwuat.corpay.com/keycloak/realms/longship/protocol/openid-connect/token
Example:
curl --location 'https://apigwuat.corpay.com/keycloak/realms/longship/protocol/openid-connect/token' \
--header 'accept: application/json' \
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_id=.......' \
--data-urlencode 'client_secret=......'
Session id
Session
Detailed charging session information.
Only available after a session has successfully started.
"O9UXK+YI5Q6i0FoI4qHwcA=="
Unique identifier of the charging session.
"AAdmD55q8Vz"
Current lifecycle status of the session.
CREATED, WAITING_TO_START, STARTED, WAITING_TO_STOP, STOPPED, COMPLETE, FAILED, UNKNOWN, STOP_FAILED Transactions linked to this charging session.
Type "Long". This field is not relevant for External Clearing (only used when using Plugsurfing's Payment Service Provider). Represents the remaining amount to be paid, expressed as a negative number. A value of 0 indicates the balance is fully paid. -2160 means there is an outstanding amount of 21.60 in the currency of the session.
"-2160"
Balance state after applying session costs.
PROCESSING, PAID, DEBT, REFUND Charger location and connector metadata.
Only available after a session has successfully started. Possible values are "tag", "card", "virtual" or "plug_and_charge".
"virtual"
The value is in ISO 8601 duration format
"PT28.913S"
Energy consumed during the session.
Returns the paymentMethod of the transaction with the earliest timestamp. This field is DEPRECATED and will be removed in future versions. Use session.transactions[].paymentMethod instead. Migration note: WRITE_OFF was renamed to NONE, where session.transactions[].paymentOutcome=WRITE_OFF is the replacement
CREDIT_CARD, EXTERNAL, PREPAID, WRITE_OFF Total session price.
Indicates whether a receipt can be downloaded.
Human-readable charging site name.
"Drive_API_Test1"
UTC timestamp when the session started.
"2021-01-30T10:00:00.111111111Z"