Search
K

Manual Capture

charge the consumer's selected payment by SensePass SDK
make sure to receive the transaction number from the SDK's "pay" callback in order to continue.
You must set the parameter methodType to be "manual_capture".
post
https://api.sandbox.sensepass.com/api/transactions/:transactionNumber
/commit
capture the transaction to charge the consumer
commit the ready-transaction to charge the selected payment in the response body.
Parameters
Path
transactionNumber*
transaction number of the ready-transaction
Body
deviceId*
location's device id for transaction's commit verification
methodType*
Enum
"manual_capture"
amount*
12.99
currency
defaults to location's locale.
USD | CAD | EUR | ILS (etc)
metadata
Array
callbackURL
URL (POST/GET) to receive transaction changes
posData
Object
any object/array you'd like to receive using the callback URL
products
Array
Responses
200: OK