Bancoagrícola Logo
RefundsTokenization

Country:

POST

/v1/pos/terminals/init

Inicializar terminal

Este endpoint permite verificar que la terminal está lista para poder comenzar a procesar operaciones correctamente.

provider

string
required

Valor identificatorio del proveedor de la terminal

data

object
required

Objeto agrupador de la información requerida para el proveedor

Response Examples

204

204

400

400

404

404

409

409

Language

Login required to test API

Code Examples

cURL

curl -X POST "https://api.akua.la/v1/pos/terminals/init" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "data": {}
}''