HSA/FSA Card Acceptance
API ExplorerHealth Savings Account (HSA) and Flexible Spending Account (FSA) cards are commonly used to pay for qualified medical, health, and wellness-related expenses. With this capability, healthcare providers (e.g., clinics, dental offices, pharmacies) can process payments for eligible services and products directly using HSA/FSA cards.
Follow the steps and references outlined in this section to accept and transmit HSA/FSA card data from the integrated Dejavoo payment terminal to the payment processor.
Request Body
application/json
Response Body
application/json
curl -X GET "https://example.com/cgi.html-hsafsa" \ -H "Content-Type: application/json" \ -d '{ "PaymentType": "Credit", "TransType": "Sale", "Amount": "50.00", "Tip": "0.00", "CashbackAmount": "0.00", "CustomFee": "0.00", "RefId": "1", "RegisterId": "", "AuthKey": "", "HSA_TotalAmount": 30, "HSA_RxAmount": 10, "HSA_ClinicAmount": 10, "HSA_DentalAmount": 10, "HSA_VisionAmount": 10, "PrintReceipt": "No", "SigCapture": "No" }'{
"Message": "string",
"RefId": "string",
"RegisterId": "string",
"ResultCode": "string",
"PaymentType": "string",
"TransType": "string",
"SN": "string",
"ExtData": "string"
}