Skip to main content
POST
/
v2
/
pix
/
payment
Realizar Pagamento
curl --request POST \
  --url https://api.example.com/v2/pix/payment \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 123,
  "external_id": "<string>",
  "payerQuestion": "<string>",
  "postbackUrl": "<string>",
  "creditParty": {
    "key": "<string>",
    "keyType": "<string>",
    "document": "<string>",
    "name": "<string>"
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://primepay.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Realiza um pagamento Pix para uma chave específica (Cash-out).

Headers

HeaderValorDescrição
AuthorizationBearer <access_token>Token de acesso.

Parâmetros do Body

amount
number
required
Valor do pagamento.
external_id
string
required
ID único para identificar o pagamento.
payerQuestion
string
Descrição do pagamento.
postbackUrl
string
URL para receber notificações de status.
creditParty
object
required
Dados do beneficiário.