---
title: "Payshop"
method: POST
path: "/payshop/create"
---

# Payshop

`POST /payshop/create`

Creates Payshop payment references.

These references are paid in cash on a large Portuguese network.

## Request body

- object
  - `chave` string, required — API Key
  - `valor` number, float, required — Amount
  - `id` string — Identifier

## Response `200`

200

- union
  - object
    - `sucesso` boolean
    - `estado` integer
    - `resposta` string
    - `referencia` integer
    - `valor` string
  - object
    - `sucesso` boolean
    - `estado` integer
    - `resposta` string
  - object
    - `sucesso` boolean
    - `estado` integer
    - `resposta` string
  - object
    - `sucesso` boolean
    - `estado` integer
    - `resposta` string

---

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