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:
LIFETIME | FORM OF QUERY |
---|---|
Up to 3 months | Via API or Admin Braspag panel. |
From 3 to 12 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
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
Gateway de Pagamento allows cancelling a partial or total amount.
Please refer to the API Reference for the complete request example:
Updated 12 days ago