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".
| Endpoint | Environment |
|---|
https://cartaoprotegidoapisandbox.braspag.com.br/ | Sandbox |
https://cartaoprotegidoapi.braspag.com.br/ | Production |
| Method HTTP | Description |
|---|
| GET | The HTTP POST method is used to create the token. |
| POST | The HTTP DEL method is used for token removal. |
| DEL | The HTTP GET method is used for querying existing resources. For example, query for tokens already created. |