post https://apisandbox.braspag.com.br/v2/sales/
Create a credit card transaction
Environment | Method | Endpoint |
|---|---|---|
Sandbox | post |
|
Production | post |
|
Warning
- The
Payment.ServiceTaxAmountfield is exclusive to airlines and travel agencies, allowing them to charge the boarding fee separately from the airfare;- To validate if the authentication was accepted in the authorization response, consider the ECI outside the
Payment.ExternalAuthenticationnode;- The JCB and Diners brands are foreign and do not allow credit card installments.
Identification of transactions originating from payment links for Elo cardsStarting October 17, 2025, it will be mandatory to identify transactions originating from payment links for Elo-branded cards. Send the parameter
Payment.SolutionType= "ExternalLinkPay".
3DS authentication in credit card payments
3DS authentication is optional for credit card transactions.
If your store integrates with the 3DS protocol for cardholder authentication, pay attention to the parameters that must be provided in the request:
- Send the parameter
Payment.Authenticate= "true"; - Provide the data received from the 3DS script output in the
Payment.ExternalAuthenticationnode; - For transactions with 3DS Data Only authentication, provide the parameter
ExternalAuthentication.DataOnlyas "true".