The EBT Element
event object
EBT Element
event objectType | Description | |
---|---|---|
type | string | A constant string representing the type of event. Either change or ready . |
usecase | string | A constant string representing the type of EBT Element. One of: ebt_card_tokenize_number , ebt_pin_check_balance , ebt_pin_capture_payment . |
error | string | null | A string indicating an error, or null if no error has occurred. |
Example change
event object for a ForageEbtBalanceElement
change
event object for a ForageEbtBalanceElement
{
type: 'ready',
usecase: 'ebt_pin_check_balance',
error: null
}