Cria um novo link de pagamento
basicAuth Autenticação via chave de API. Use publicKey:secretKey codificado em Base64 no header Authorization: Basic {credentials}.
In: header
TypeScript Definitions
Use the request body type in TypeScript.
curl -X POST "https://example.com/v1/payment-links" \ -H "Content-Type: application/json" \ -d '{ "title": "string", "product_type": "physical", "allowed_payment_methods": [ "credit_card" ] }'