Recuperar detalhes do recibo
Em desenvolvimento
GET
https://api.paylogos.com.br/v1/receipts/{receipt_id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.paylogos.com.br/v1/receipts/'
Response Response Example
200 - Exemplo 1
{
"id": "string",
"resource": "string",
"status": "string",
"amount": "string",
"sub_total": "string",
"currency": "string",
"payment_type": "string",
"business_name": "string",
"description": "string",
"taxpayer_id": "string",
"card": {
"card_brand": "string",
"first4_digits": "string",
"first6_digits": "string"
},
"seller": "string",
"buyer": "string",
"auth_number": "string",
"receipt_number": "string",
"auth_nsu": "string",
"application_identifier": "string",
"application_cryptogram": "string",
"order_number": "string",
"terminal_id": "string",
"merchant_id": "string",
"terminal": "string",
"poi": "string",
"business_address": {
"line1": "string",
"line2": "string",
"state": "string",
"country_code": "string"
},
"installment_plan": "string",
"verification_method": "string",
"original_receipt": {
"sales_receipt_merchant": "string",
"sales_receipt_cardholder": "string",
"country_code": "string"
},
"signature": "string",
"subscription_track": true,
"bypass_list_management": true,
"template": "string",
"greeting_message": "string",
"thank_you_message": "string",
"uri": "string",
"metadata": "string",
"created_at": "string",
"updated_at": "string"
}
Requisição
Parâmetros Path
receipt_id
string
requerido
Respostas
Modificado em 2025-06-12 18:44:09