Credit Card iFrame
Credit Card iFrame enables you to display iFrame in your checkout page or in your POS software in order to get sensitive credit card details without having to certify your website or software to PCI.
SensePass are PCI Level 1 certified.

Flows supported
Capture
Tokenization
Authorization
Usage
From the create transaction API - get the value of transactionPage.merchantPage.creditCard.default
Show the page using iFrame and listen for post message events or callback, see here Transaction Events docs
Example of Transaction Response
{
"TransactionNumber": "5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a",
"date": "2023-01-15T15:54:10.736Z",
"amount": "12",
"baseAmount": "12",
"currency": "ILS",
"status": 0,
"statusName": "Initialize",
"timeoutDate": "2023-01-15T16:04:11.141Z",
"methodType": 0,
"businessId": "1",
"businessName": "SensePass IL",
"pos": "SensePass IL",
"businessOwnerPhone": "0505555555",
"businessCountry": "Israel",
"businessCity": "Tel Aviv",
"businessState": "misisipi",
"businessStreet": "Menachem Begin",
"businessAddress": "Tel Aviv, Menachem Begin 0",
"branchNumber": "144",
"branchId": "144",
"branch": {
"number": "144"
},
"receiptPending": true,
"productSumMismatch": true,
"paymentMethodData": {
"PaymentType": "Bit",
"directAppLinks": {
"iOSLink": "https://pay.sandbox.sensepass.com/orderSummary/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a",
"androidLink": "https://pay.sandbox.sensepass.com/orderSummary/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a",
"qrURL": "https://pay.sandbox.sensepass.com/orderSummary/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a"
}
},
"transactionPage": {
"consumerPage": {
"regular": "https://pay.sandbox.sensepass.com/orderSummary/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a",
"medium": "https://pay.sandbox.sensepass.com/orderSummary/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a?viewMode=medium",
"small": "https://pay.sandbox.sensepass.com/orderSummary/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a?viewMode=small"
},
"merchantPage": {
"creditCard": {
"small": "https://api.sandbox.sensepass.com/api/transactions/sensepass-pci/credit-card/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a?viewMode=small",
"regular": "https://api.sandbox.sensepass.com/api/transactions/sensepass-pci/credit-card/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a",
"default": "https://api.sandbox.sensepass.com/api/transactions/sensepass-pci/credit-card/5a961cebd09a1c07c76e36d810c4049878de6b7134fcd7e00fa2ed5a?component=landing"
},
"POS": {
"regular": "https://pos.sandbox.sensepass.com?mode=transaction&transactionEventId=961ddd23-8c30-4f01-850c-dc19348a48ff-7d792564-ec08-4ae0-83b0-86d4841be055"
}
}
}
}
Last updated
Was this helpful?