Skip to main content
POST
Criar links de pagamento

Authorizations

Authorization
string
header
required

Basic Authorization usando SECRET_KEY como usuário e "x" como senha.

Body

application/json
title
string
required
Example:

"novo link alterado"

amount
integer
required

Valor em centavos.

Example:

1000

settings
object
required

Response

Link de pagamento criado

id
integer
Example:

9001

title
string
Example:

"novo link alterado"

amount
integer
Example:

1000

url
string
Example:

"https://checkout.paybeehive.com/payment-links/9001"

status
string
Example:

"active"

settings
object
createdAt
string
Example:

"2026-01-04T12:00:00Z"

updatedAt
string
Example:

"2026-01-04T12:10:00Z"