Criar transação - Boleto com PIX
Em desenvolvimento
POST
https://api.paylogos.com.br/v1/transactions
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.paylogos.com.br/v1/transactions' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer": "string",
"amount": 300,
"currency": "BRL",
"description": "Venda de ingressos para o show do dia 30",
"reference_id": "reference_5132",
"payment_type": "bolepix",
"payment_method": {
"due_at": "2019-05-29",
"payment_limit_at": "2019-06-01",
"billing_message_list": {
"message": "Pedido #5132"
},
"interest": {
"mode": "PERCENTAGE",
"frequency": "10",
"value": "string",
"start_at": "2018-11-20"
},
"late_fee": {
"mode": "FIXED",
"value": "string",
"start_at": "2018-11-20"
},
"discount": {
"mode": "FIXED",
"value": "string",
"limit_at": "2018-11-20"
}
}
}'
Response Response Example
201 - Exemplo 1
{
"id": "string",
"resource": "string",
"status": "string",
"amount": "string",
"currency": "string",
"description": "string",
"payment_type": "string",
"gateway_authorizer": "string",
"on_behalf_of": "string",
"customer": "string",
"payment_method": {
"document_number": "string",
"due_at": "2019-08-24",
"payment_limit_at": "2019-08-24",
"barcode": "string",
"digitable_line": "string",
"emv": "string",
"base64": "string",
"interest": {
"mode": "PERCENTAGE",
"frequency": "10",
"value": "string",
"start_at": "2018-11-20"
},
"late_fee": {
"mode": "FIXED",
"value": "string",
"start_at": "2018-11-20"
},
"discount": {
"mode": "FIXED",
"value": "string",
"limit_at": "2018-11-20"
}
}
}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-06 20:20:30