April 18, 2024
8 months ago by Nicholas Hu
New Fleet Info Object Added to ASA
On April 22 (Monday), we will be adding a new fleet_info
object to the ASA request payload. This object contains additional information on the authorization request that is useful for Fleet card programs (e.g., fuel cards). This object will be set to null
if the authorization message sent by the network does not contain these data fields. Fields contained in this new object are:
driver_id
: ID representing the driver that was inputted at the point of sale, ornull
if not provided as part of the authorizationvehicle_id
: ID or number associated with the vehicle that was inputted at the point of sale, ornull
if not provided as part of the authorizationfleet_restriction_code
: Code indicating which restrictions, if any, there are on purchase. This is configured at the card program level and is a static configuration, and does not change on a request to request basis.NO_RESTRICTIONS
FUEL_ONLY
fleet_prompt_code
: Code indicating what the driver was prompted to enter at the point of sale. This is configured at a card program level and is a static configuration, and does not change on a request to request basisNO_PROMPT
VEHICLE_ID
DRIVER_ID
See the Auth Stream Access Guide or the ASA Request API Spec for more information.