Voucher
Please refer to the API Reference for the full request and response examples.
A transaction with a voucher card is similar to a debit card transaction; only without the authentication process.
Currently, the supported voucher provider is Ticket .
Provider | Characteristics |
---|---|
Ticket | - Automatic capture when PaymentCapture = true or posterior capture (pre-authorization) when PaymentCapture = false. - Allows total and partial canceling/refund. |
Important: when performing pre-authorization for voucher Ticket, the API will return
PaymentStatus
= 1 and will not return parametersPayment.CapturedAmount
andPayment.PaidDate
.
Updated about 2 months ago