Skip to main content
POST
/
api-public
/
payments
Criar pagamento dinâmico
curl --request POST \
  --url https://api.paguebit.com/api-public/payments \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 1502.5,
  "email": "<string>",
  "observation": "<string>",
  "webhookUrl": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amount
number
required
Required range: 5 <= x <= 3000
email
string
observation
string
webhookUrl
string

Response

200

Pagamento criado com sucesso