---
title: "EuroPix"
method: POST
path: "/v1.02/pix/create"
---

# EuroPix

`POST /v1.02/pix/create`

Creates Pix payment requests. (The customer have to execute the payment after receiving the payment notification via Pix app.)

## Request body

- object
  - `payment` object, required — Informations regarding the payment
    - `identifier` string
    - `amount` object
      - `value` number, float, required — Payment amount
      - `currency` string, required
  - `customer` object — Informations regarding customer's notifications
    - `name` string — Customer's name
    - `vat` integer
    - `email` string
    - `countryCode` string — Respective country code from the customer phone (+55 for brasil numbers)
    - `phoneNumber` string
    - `address` object
      - `street` string, required — Street name
      - `zipCode` string, required
      - `city` string, required
      - `state` string, required
    - `notify` boolean

## Response `201`

201

- object
  - `transactionStatus` string
  - `transactionID` string
  - `reference` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/eupago/apis/intro-and-oauth.md) · [All operations](https://skmtc.net/eupago/apis/intro-and-oauth/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eupago/intro-and-oauth/versions/778475fa98e9/schema)
