cURL
curl --request GET \ --url https://api.conta.paybeehive.com.br/v1/payment-links/{paymentLinkId} \ --header 'Authorization: Basic <encoded-value>'
{ "id": 247, "companyId": 287, "alias": "alias_alterado", "title": "novo link alterado", "amount": 1000, "status": "active", "createdAt": "2026-03-06T21:10:16.000Z", "updatedAt": "2026-03-06T21:10:16.000Z", "settings": { "defaultPaymentMethod": "credit_card", "requestAddress": true, "requestPhone": true, "requestDocument": true, "traceable": true, "card": { "enabled": false, "freeInstallments": 1, "maxInstallments": 12 }, "pix": { "enabled": false, "expiresInDays": 0 }, "boleto": { "enabled": true, "expiresInDays": 0 } } }
Retorna os detalhes de um link de pagamento específico.
Basic Authorization usando SECRET_KEY como usuário e "x" como senha.
Link de pagamento
9001
"novo link alterado"
1000
"https://checkout.paybeehive.com/payment-links/9001"
"active"
Show child attributes
"2026-01-04T12:00:00Z"
"2026-01-04T12:10:00Z"