v1

latestOpenAPI 3.0.32026-07-2416056.4 KB
Financeiro

Criar pagamento

Criar pagamento

post/payment

Request body

typestring

Example request

{
  "type": "pix"
}

Response

Sucesso

amountnumber
descriptionstring
pixCopyPastestring
transaction_idstring
typestring

Example response

{
  "amount": 999,
  "description": "Compra de Créditos",
  "pixCopyPaste": "0000000000EXAMPL3F4K3DATA1234567890EXAMPL3F4K3DATA1234567890EXAMPL3F4K3DATA1234567890EXAMPL3",
  "transaction_id": "d61036e55de9488da1894bf55eccbb01",
  "type": "pix"
}