---
title: "Pagaqui"
method: POST
path: "/v1.02/pagaqui/create"
---

# Pagaqui

`POST /v1.02/pagaqui/create`

Creates Pagaqui payment requests.

## 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
    - `notify` boolean
    - `email` string — Customer's email
    - `nome` string — Customer's name

## 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)
