Voucher
Please refer to the API Reference for the full request and response examples.
See below the representation of a standard transactional flow when creating a Voucher transaction:
A transaction with a voucher card is similar to a debit card transaction; only without the authentication process.
Currently, Alelo and Ticket providers are supported.
Alelo
- Automatic capture when
PaymentCapture
= true or not informed; - Does not allow posterior capture;
- Allow total canceling.
Ticket
- Automatic capture when
PaymentCapture
= true or posterior capture (pre-authorization) whenPaymentCapture
= 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 9 days ago