Criar Link
POST
/v1/links
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/v1/links' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100,
"type": "payment",
"name": "{{$randomProduct}}",
"description": "{{$randomLoremSentence}}",
"redirect_link": "https://www.skywalker.com",
"notify":"whatsapp",
"send_to": "5511988556633",
"metadata": "teste",
"expire_in": 2
}'
Response Response Example
{}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-05-26 19:09:20