Criar transação - 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 '{
"description": "string",
"currency": "BRL",
"amount": 0,
"payment_type": "pix",
"pix_expiration_date_time": "2022-05-13 14:09:28"
}'
Response Response Example
201 - Exemplo 1
{
"id": "string",
"resource": "string",
"status": "string",
"amount": 0,
"original_amount": 0,
"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",
"provider": "string",
"version": 0,
"type": "string",
"reusable": true,
"allow_update": true,
"expiration_date": "2019-08-24T14:15:22Z",
"key": {
"type": "string",
"value": "string"
},
"pix_link": "string",
"qr_code": {
"emv": "string"
}
},
"source": "string",
"installment_plan": "string",
"refunded": true,
"voided": true,
"captured": true,
"fees": "string",
"fee_details": "string",
"location_latitude": "string",
"location_longitude": "string",
"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": "string"
}
}
Requisição
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-06-09 19:19:38