On This Page
PIN Debit EBT Purchase with SNAP Account Swiped Track Data and Balance Response
Data
This section describes how to process a PIN debit EBT purchase with SNAP account swiped
track data and balance response data. The issuer sends balance REST API fields
(
paymentInformation.accountFeatures.balance
) in the response. Fields Specific to This Use Case
These API request fields and values are specific to this use case:
- processingInformation.authorizationOptions.balanceInquiry
- Set the value totrue.
- processingInformation.electronicBenefitsTransfer.category
- Set the value toFOOD.
- processingInformation.purchaseOptions.isElectronicBenefitsTransfer
- Set the value totrue.
Endpoint
Production:
POST
https://api.visaacceptance.com
/pts/v2/paymentsTest:
POST
https://apitest.visaacceptance.com
/pts/v2/paymentsRequired Fields for a PIN Debit EBT Purchase with SNAP Account Swiped Track Data and
Balance Response Data
- clientReferenceInformation.code
- clientReferenceInformation.partner.thirdPartyCertificationNumber
- Visa Acceptance Solutionsprovides the value for this field.
- clientReferenceInformation. transactionId
- orderInformation.amountDetails.currency
- orderInformation.amountDetails.totalAmount
- paymentInformation.card.sourceAccountType
- Set the value toUA.
- paymentInformation.card.useAs
- Leave this field blank.
- paymentInformation.paymentType.name
- Set the value toCARD.
- paymentInformation.paymentType.subTypeName
- Set the value toDEBIT.
- pointOfSaleInformation.encryptedKeySerialNumber
- pointOfSaleInformation.encryptedPin
- pointOfSaleInformation.entryMode
- Set the value toswiped.
- pointOfSaleInformation.pinBlockEncodingFormat
- Set the value to1.
- pointOfSaleInformation.terminalCapability
- pointOfSaleInformation.trackData
- processingInformation.authorizationOptions.balanceInquiry
- Set the value totrue.
- processingInformation.commerceIndicator
- Set the value toretail.
- processingInformation.electronicBenefitsTransfer.category
- Set the value toFOOD.
- processingInformation.purchaseOptions.isElectronicBenefitsTransfer
- Set the value totrue.
- processingInformation.networkRoutingOrder
- Set the value toK.
REST Example: PIN Debit EBT Purchase with SNAP Account
Swiped Track Data and Balance Response Data
Request
{ "clientReferenceInformation": { "code": "ABC123", "partner": { "thirdPartyCerticationNumber": "PTP1234" }, "transactionId": "UniqueTranID111" }, "processingInformation": { "commerceIndicator": "retail", "purchaseOptions": { "isElectronicBenefitsTransfer": true }, "electronicBenefitsTransfer": { "category": "FOOD" }, "networkRoutingOrder": "K" }, "paymentInformation": { "paymentType": { "name": "CARD", "subTypeName": "DEBIT" }, "card": { "useAs": "", "sourceAccountType": "UA" } }, "orderInformation": { "amountDetails": { "totalAmount": "6022.00", "currency": "USD" } }, "pointOfSaleInformation": { "entryMode": "swiped", "terminalCapability": 4, "trackData": "%B4111111111111111^JONES/JONES^3112101976110000868000000?; 4111111111111111=33121019761186800000?", "pinBlockEncodingFormat": 1, "encryptedPin": "52F20658C04DB351", "encryptedKeySerialNumber": "FFFF1B1D140000000005" } }
Response to a Successful Request
{ "_links": { "void": { "method": "POST", "href": "/pts/v2/payments/7588173885706895303813/voids" }, "self": { "method": "GET", "href": "/pts/v2/payments/7588173885706895303813" } }, "clientReferenceInformation": { "code": "ABC123", "transactionId": "UniqueTranID111" }, "id": "7588173885706895303813", "orderInformation": { "amountDetails": { "authorizedAmount": "6022.00", "currency": "usd" } }, "paymentInformation": { "tokenizedCard": { "requestorId": "41111111111", "assuranceLevel": "AB" }, "accountFeatures": { "accountStatus": "R", "balances": [ { "amountType": "03", "amount": "+30.00", "accountType": "98", "currency": "usd" }, { "amountType": "03", "amount": "+50.00", "accountType": "98", "currency": "usd" } ] }, "card": { "suffix": "1234" } }, "processingInformation": { "reconciliationId": "7588173885706895303813" }, "processorInformation": { "systemTraceAuditNumber": "343709", "routing": { "network": "0029" }, "approvalCode": "831000", "retrievalReferenceNumber": "123456343709", "transactionId": "016153570198200", "responseCode": "00" }, "reconciliationId": "7588173885706895303813", "status": "AUTHORIZED", "submitTimeUtc": "2025-09-25T16:23:08Z" }