Environment

Integration is made through services as Web Services. The model used is quite simple: Through the endpoint all requests related to this service will be sent. This URL will receive HTTP messages via POST, GET, or DEL methods. Each type of message must be sent to an address identified through "path".

EndpointEnvironment
https://cartaoprotegidoapisandbox.braspag.com.br/Sandbox
https://cartaoprotegidoapi.braspag.com.br/Production
Method HTTPDescription
GETThe HTTP POST method is used to create the token.
POSTThe HTTP DEL method is used for token removal.
DELThe HTTP GET method is used for querying existing resources. For example, query for tokens already created.