Queries, capture and void

Queries

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:

LIFETIMEFORM OF QUERY
Up to 3 monthsVia API or Admin Braspag panel.
From 3 to 12 monthsVia 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

If a credit card payment is created with the parameter Payment.Capture as "false", it will need to be captured later. Gateway allows capturing a partial or total amount.

ℹ️

Please refer to the API Reference for the complete request example:

Capture a credit card payment.

Performing the capture in a later moment may depend on acquirer authorization. Please check with your acquiring provider.

Void

Gateway allows cancelling a partial or total amount.

ℹ️

Please refer to the API Reference for the complete request example:

Void a credit card payment.