VEE Digital Wallet via CardSE
This documentation describes the integration with the VEE digital wallet through e-SiTef, using the CardSE via SiTef routing.
Flow
- The merchant effectuates the payment in e-SiTef, informing the transaction token generated by the customer's VEE app. This token must be sent to e-SiTef's
card.wallet_transaction_id
field. Learn more about REST Payment request parameters. - e-SiTef initiates the payment with the VEE authorizer, informing the transaction token.
- VEE opens the digital wallet in the customer's app.
- The customer chooses the payment method and confirms the purchase through the VEE app.
- The authorizer sends the response to e-SiTef, approving or denying the transaction.
- e-SiTef forwards the authorizer's response to the merchant.
Flow without customer's delay
Attention:
If the customer takes too long to choose the payment method, the transaction will be set to pending (PEN) and e-SiTef will start a loop with an approximately 30 seconds interval to query the transaction status until it is resolved.
During the loop, the merchant must query the status of the transaction on e-SiTef by doing a transaction status query.
If the transaction status is still pending after approximately 3 (three) minutes, e-SiTef will undo the transaction along with the VEE authorizer.