Criar transação - Boleto Simples
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",
"payment_type": "boleto",
"reference_id": "10902"
}'
Response Response Example
201 - Exemplo 1
{
"id": "string",
"resource": "string",
"status": "string",
"amount": "string",
"original_amount": "string",
"currency": "string",
"description": "string",
"payment_type": "string",
"transaction_number": "string",
"gateway_authorizer": "string",
"app_transaction_uid": "string",
"refunds": "string",
"rewards": "string",
"discounts": "string",
"pre_authorization": "string",
"sales_receipt": "string",
"on_behalf_of": "string",
"customer": "string",
"statement_descriptor": "string",
"payment_method": {
"id": "string",
"zoop_boleto_id": "string",
"resource": "string",
"description": "string",
"reference_number": "string",
"document_number": "string",
"expiration_date": "2019-08-24",
"payment_limit_date": "2019-08-24",
"recipient": "string",
"bank_code": "string",
"customer": "string",
"address": "string",
"sequence": "string",
"url": "string",
"barcode": "string",
"created_at": "string",
"updated_at": "string",
"status": "string"
},
"source": "string",
"installment_plan": "string",
"refunded": true,
"voided": true,
"captured": true,
"fees": "string",
"fee_details": {},
"uri": "string",
"metadata": {},
"expected_on": "2019-08-24T14:15:22Z",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"payment_authorization": "string",
"history": [
{
"id": "string",
"transaction": "string",
"amount": "string",
"operation_type": "string",
"status": "string",
"response_code": "string",
"response_message": "string",
"authorization_code": "string",
"authorizer_id": "string",
"authorization_nsu": "string",
"gatewayResponseTime": "string",
"authorizer": "string",
"created_at": "2019-08-24T14:15:22Z"
}
]
}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-06 21:26:30