Balance inquiry
Request the balance of an Electronic Benefit Transfer (EBT) card.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
processingTerminalId
Unique identifier that we assigned to the terminal.
card
Object that contains information about the card.
operator
Operator who requested the balance inquiry.
customer
Customer contact and address details.
Response
Successful request. Returns the current balance of the EBT card.
processingTerminalId
Unique identifier that we assigned to the terminal.
card
Object that contains information about the card.
operator
Operator who requested the balance inquiry.
responseCode
Response from the processor.
A
- The processor approved the transaction.D
- The processor declined the transaction.E
- The processor received the transaction but will process the transaction later.P
- The processor authorized a portion of the original amount of the transaction.R
- The issuer declined the transaction and indicated that the customer should contact their bank.C
- The issuer declined the transaction and indicated that the merchant should keep the card as it was reported lost or stolen.
responseMessage
Response description from the payment processor. For example, “Refer to Card Issuer”.