---
title: "Iniciação de Pagamento GPS"
method: POST
path: "/gps/initiate"
---

# Iniciação de Pagamento GPS

`POST /gps/initiate`

Inicie um pagamento de GPS através desta API. Assim como outras operações de saída de dinheiro, os pagamento iniciados por API devem ser aprovados no aplicativo.

## Headers

- `Idempotency-Key` string, required

## Request body

- object
  - `code` string
  - `data` object
    - `name` string
    - `code` string
    - `identity` string
    - `identification_type` string
    - `competence` string, date
    - `scheduled_at` string
    - `amount` object
      - `other_entity` integer, required
      - `inss` integer, required
      - `charge` integer, required

## Response `201`

201

- object
  - `code` string
  - `data` object
    - `id` string
    - `status` string
    - `amount` integer
    - `services` object[]
      - `name` string
      - `description` string
      - `amount` integer
    - `payment_terms` object
      - `due_date` string
      - `available_date` unknown
    - `created_at` string
    - `scheduled_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/cora/apis/boletos.md) · [All operations](https://skmtc.net/cora/apis/boletos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cora/boletos/revisions/c1a8281b252f/schema)
