---
title: "Criando uma antecipação"
method: POST
path: "/recipients/{recipient_id}/bulk_anticipations"
---

# Criando uma antecipação

`POST /recipients/{recipient_id}/bulk_anticipations`

## Request body

- object
  - `payment_date` string, required — Data de pagamento da antecipação. Data no formato ISO 8601
  - `timeframe` string, required — Define o período de onde os recebíveis serão escolhidos. start define recebíveis próximos, perto de serem pagos, e end define recebíveis longes, no final de todos recebíveis que você possui para receber. String `start` ou `end`
  - `requested_amount` integer, required — Valor líquido, em centavos, que você deseja receber de antecipação
  - `automatic_transfer` boolean — Define se o valor da antecipação será transferido automaticamente para a conta bancária do recebedor

## Response `200`

200

- object
  - `id` string
  - `status` string
  - `amount` integer
  - `fee` integer
  - `fraud_coverage_fee` integer
  - `anticipation_fee` integer
  - `automatic_transfer` boolean
  - `type` string
  - `timeframe` string
  - `payment_date` string
  - `created_at` string
  - `updated_at` string
  - `anticipation_tax` unknown

## Other responses

- `400` — 400

---

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