Payment Commit

Payment commit is a mechanisim that allows SensePass to get acknowledgement from the POS or e-commerce website that the payment approval event identified and processed by the POS or e-commerce website.

This entity will be included in transaction-entity only for "Approved" status.

You are required to parse this entity and check whether the flag "isPaymentCommitted" (see below) is "true", in this case call "commitLink" URL with GET method, without any additional headers or query params. Calling this API will mark the transaction as "Payment Committed".

Payment Commit Model

This model is referenced in "paymentCommit" field of transaction-entity response body

field

type

description

message

string

example: Payment commit is enabled for this transaction

Human readable message about the status of the payment commit

isPaymentCommitted

boolean

example: false

Flag indicating whether the commit is performed

secondsToCommit

number

example: 60

Remaining time in seconds to commit this payment

commitLink

string

example: https://api.sensepass.com/api/transactions/commitPayment/ec2dc489d161aa27a803f48bcf5ffcf

URL of the API to call in GET method in order to mark this transaction as payment committed

Last updated