greendot_auth

A Green Dot card load was authorized. Because this authorization does not take place over card-network rails, the authorization is not visible in the Authorized Transactions RDF, the Program API responses, or the CST.

  • CodeGDAU
  • Event trigger — Galileo approves a Green Dot card load authorization request.
  • Process — This process contains the event trigger:
    • Galileo receives an API request from Green Dot to authorize a card load.

Fields

All fields are strings. Your field names may vary. Default fields are included in the default webhook template. See Default and optional fields for more information.

Field Default Description
amount X

Amount of the transaction. Unsigned. Example: "63.21"

avail_cash

For debit accounts, the open_to_buy plus available overdraft. Example: "143.11"

avail_credit

For credit accounts, the available credit limit to spend. Example: "432.00"

balance_id X

The balance ID, also called the galileo_account_number. Example: "20211"

cad X

Galileo-generated card ID. Example: "12534"

confirmation_id X

A confirmation ID for the Green Dot transaction. Example: "460839-0147-POST"

credit_balance

For credit accounts, the total amount of unpaid purchases and advances. Example: "325.00"

description X

A description for the transaction. Example: "POSCash Swipe Reload - Rite Aid 731 Wilmington DE"

ext_payment_type X

Green Dot payment type. Example: "1"

msg_event_id

Unique Galileo-generated identifier for this message. Example: "243693"

msg_id

The four-letter code to identify this event. Example: "GDAU"

open_to_buy X

The available balance to spend. Example: "500.00"

partner X

Green Dot partner name. Example: "InComm"

pmt_id X

Galileo-generated identifier for this payment. Example: "7971383"

pmt_ref_no X

Galileo 12-digit payment reference number (PRN) for the account. Example: "155101003022"

prod_id X

The product ID of the account. Example: "1701"

prog_id X

The program ID of the account. Example: "305"

retail_chain X

Retail chain name. Example: "7-Eleven"

retail_sale_transaction_key X

Transaction ID for the retail sale. Example: "1028340657"

store_address1 X

Store address line 1. Example: "3130 Gulf Bay Blvd"

store_address2 X

Store address line 2. Example: "Ste 2"

store_city X

Store city. Example: "Clearwater"

store_county X

Store county. Example: "Pinellas"

store_latitude X

Store latitude: Example: "27.96103000"

store_longitude X

Store longitude. Example: "-82.70717000"

store_name X

Store name. Example: "7-Eleven"

store_number X

Store number. Example: "40333"

store_state X

Store state. Example: "FL"

store_transaction_date X

Store transaction date-time. Format: MM/DD/YYYY hh:mm:ss Example: "11/23/2020 18:04:05"

store_zipcode X

Store postal code. Example: "33759"

timestamp X

Date-time when this event was created in Mountain Standard Time (GMT -0700). Format: YYYY-MM-DD hh:mm:ss MST Example: "2025-01-31 17:20:33 MST"

type X

The name of this event: "greendot_auth"

Example

# greendot_auth example:
{
  "amount": "63.21",
  "avail_cash": "143.11",
  "avail_credit": "432.00",
  "balance_id": "20211",
  "cad": "12534",
  "confirmation_id": "460839-0147-POST",
  "credit_balance": "325.00",
  "description": "POSCash Swipe Reload - Rite Aid 731 Wilmington DE",
  "ext_payment_type": "1",
  "msg_event_id": "243693",
  "msg_id": "GDAU",
  "open_to_buy": "500.00",
  "partner": "InComm",
  "pmt_id": "7971383",
  "pmt_ref_no": "155101003022",
  "prod_id": "1701",
  "prog_id": "305",
  "retail_chain": "7-Eleven",
  "retail_sale_transaction_key": "1028340657",
  "store_address1": "3130 Gulf To Bay Blvd",
  "store_address2": "Ste 2",
  "store_city": "Clearwater",
  "store_county": "Pinellas",
  "store_latitude": "27.96103000",
  "store_longitude": "-82.70717000",
  "store_name": "7-Eleven",
  "store_number": "40333",
  "store_state": "FL",
  "store_transaction_date": "11/23/2020 18:04:05",
  "store_zipcode": "33759",
  "timestamp": "2025-01-31 17:20:33 MST",
  "type": "greendot_auth"
}