---
title: "Agendar um Pix Cashout"
method: POST
path: "/scheduler/pix"
---

# Agendar um Pix Cashout

`POST /scheduler/pix`

## Request body

- object
  - `amount` string, required
  - `clientCode` string, required
  - `initiationType` string, required
  - `paymentType` string, required
  - `urgency` string, required
  - `transactionType` string
  - `endToEndId` string
  - `debitParty` object, required
    - `account` string, required
  - `creditParty` object, required
    - `bank` string, required
    - `account` string, required
    - `branch` string, required
    - `taxId` string, required
    - `name` string, required
    - `accountType` string, required
    - `key` string, required
  - `scheduler` object, required
    - `schedulerDate` string, date-time, required
  - `remittanceInformation` string
  - `transactionIdentification` string

## Response `200`

200

- object
  - `status` string
  - `version` string
  - `body` object
    - `schedulerId` string
    - `amount` integer
    - `clientCode` string
    - `initiationType` string
    - `paymentType` string
    - `urgency` string
    - `transactionType` string
    - `transactionIdentification` string
    - `emv` string
    - `debitParty` object
      - `account` string
      - `taxId` string
      - `name` string
      - `branch` string
      - `accountType` string
      - `bank` string
    - `creditParty` object
      - `bank` string
      - `account` string
      - `branch` string
      - `taxId` string
      - `name` string
      - `accountType` string
      - `key` string
    - `scheduler` object
      - `schedulerDate` string
      - `product` string
    - `remittanceInformation` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/versions/85dd6188a37b/schema)
