Queries, capture and void
Queries
Available for all payment methods.
You can query a transaction using the PaymentId
or MerchantOrderId
via API or Admin panel. Here are different ways to perform a sale or transaction query, depending on its lifetime:
LIFETIME | FORM OF QUERY |
---|---|
Up to 3 months | Via API or Admin Braspag panel. |
From 3 to 18 months | Via Admin Braspag panel with the “History” option selected. |
It's also possible to query a recurring payment.
Please refer to the API Reference for the complete request example:
Capture
Valid only for credit card transactions.
If a credit card payment is created with the parameter Payment.Capture
as "false", it will need to be captured later. Gateway de Pagamento allows capturing a partial or total amount.
Please refer to the API Reference for the complete request example:
Performing the capture in a later moment may depend on acquirer authorization. Please check with your acquiring provider.
Void
Valid only for credit card and debit card transactions.
Gateway de Pagamento allows cancelling a partial or total amount.
Please refer to the API Reference for the complete request example:
Updated 8 days ago