Consultar Faturas
GET
http://{{app_url}}/api/v1/invoices/Request
Request samples
Respostas
Consultar Faturas(200)
HTTP Code: 200
Content Type : JSONapplication/json
Esquema de Dados
array of:
id
string
requerido
ref
string
requerido
description
null
requerido
status
string
requerido
subtotal_amount
string
requerido
total_amount
string
requerido
tax_amount
null
requerido
discount_amount
null
requerido
link_token
string
requerido
link
string
requerido
customer
object
requerido
id
string
requerido
name
string
requerido
email
string
requerido
description
null
requerido
cellphone
string
requerido
cpfcnpj
string
requerido
address
object
requerido
items
array [object {4}]
requerido
id
string
requerido
product
object
requerido
quantity
integer
requerido
total
string
requerido
payment
object
requerido
id
string
requerido
status
string
requerido
method
string
requerido
interest_amount
string
requerido
fee_amount
string
requerido
discount_amount
string
requerido
total_amount
string
requerido
transaction
object
requerido
next_withdraw_available
string
requerido
withdraw_agenda
object | null
requerido
paid_at
string | null
requerido
payable_with
object
requerido
pix
boolean
requerido
boleto
boolean
requerido
credit_card
boolean
requerido
credit_card_with_interest
boolean
requerido
shipping
null
requerido
due_date
string
requerido
paid_at
null
requerido
notification_url
null
requerido
created_at
string
requerido
notifications
array [object {5}]
requerido
title
string
requerido
message
string
requerido
type
string
requerido
created_at
string
requerido
meta
array
requerido
ExemploConsultar Faturas
[
{
"id": "093e472e-7fee-4a68-bdd2-d2f037a2aac9",
"ref": "1",
"description": null,
"status": "paid",
"subtotal_amount": "100,00",
"total_amount": "100,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "XI31B41ezbYxzwIohR3PbeJGTYLgtS",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/XI31B41ezbYxzwIohR3PbeJGTYLgtS",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [],
"payment": {
"id": "2da309ef-7e74-4ffc-8d1f-c416ebca9eff",
"status": "paid",
"method": "credit_card",
"interest_amount": "0",
"fee_amount": "2600",
"discount_amount": "0",
"total_amount": "10000",
"transaction": {
"card_brand": "MasterCard",
"card_last_four": null,
"card_holder": "DANIEL LEAL",
"card_holder_cpf": "071.201.889-17",
"card_installments": "10"
},
"next_withdraw_available": "24/05/2023",
"withdraw_agenda": {
"2023-04-24": {
"amount": "1000",
"fee_amount": "260"
},
"2023-05-24": {
"amount": "1000",
"fee_amount": "260"
},
"2023-07-23": {
"amount": "1000",
"fee_amount": "260"
},
"2023-08-22": {
"amount": "1000",
"fee_amount": "260"
},
"2023-09-21": {
"amount": "1000",
"fee_amount": "260"
},
"2023-10-21": {
"amount": "1000",
"fee_amount": "260"
},
"2023-11-20": {
"amount": "1000",
"fee_amount": "260"
},
"2023-12-20": {
"amount": "1000",
"fee_amount": "260"
},
"2024-01-19": {
"amount": "1000",
"fee_amount": "260"
},
"2024-02-18": {
"amount": "1000",
"fee_amount": "260"
}
},
"paid_at": "2023-04-24 14:12:44"
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "26/04/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 100,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 14:12",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 26,00",
"type": "success",
"created_at": "24/04/2023 14:12",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 26,00",
"type": "success",
"created_at": "24/04/2023 13:50",
"meta": []
},
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 100,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 13:50",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 26,00",
"type": "success",
"created_at": "24/04/2023 13:44",
"meta": []
},
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 100,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 13:44",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 26,00",
"type": "success",
"created_at": "24/04/2023 13:39",
"meta": []
},
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 100,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 13:39",
"meta": []
},
{
"title": "Nova fatura criada",
"message": "Fatura com id: 093e472e-7fee-4a68-bdd2-d2f037a2aac9 criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 13:38",
"meta": []
}
]
},
{
"id": "9b7dba4a-6aef-491f-8b2e-f94a6d9aa3de",
"ref": "2",
"description": null,
"status": "paid",
"subtotal_amount": "50,00",
"total_amount": "50,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "JGh1Oq1SD7CnNI0ayfYgtMdwrB0dNj",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/JGh1Oq1SD7CnNI0ayfYgtMdwrB0dNj",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [
{
"id": "a5a57f7d-430e-415a-9958-f8e90533eddb",
"product": {
"id": "8c214358-46c3-4d90-991e-e12708deb114",
"name": "Produto redondo",
"description": "Desc",
"price": "50,00"
},
"quantity": 1,
"total": "50,00"
}
],
"payment": {
"id": "7e9818e7-2ae0-496e-a11d-7fb3f1859f62",
"status": "paid",
"method": "credit_card",
"interest_amount": "0",
"fee_amount": "1300",
"discount_amount": "0",
"total_amount": "5000",
"transaction": {
"card_brand": "MasterCard",
"card_last_four": null,
"card_holder": "DANIEL LEAL",
"card_holder_cpf": "071.201.889-17",
"card_installments": "10"
},
"next_withdraw_available": "24/05/2023",
"withdraw_agenda": {
"2023-05-24": {
"amount": "500",
"fee_amount": "130"
},
"2023-06-23": {
"amount": "500",
"fee_amount": "130"
},
"2023-07-23": {
"amount": "500",
"fee_amount": "130"
},
"2023-08-22": {
"amount": "500",
"fee_amount": "130"
},
"2023-09-21": {
"amount": "500",
"fee_amount": "130"
},
"2023-10-21": {
"amount": "500",
"fee_amount": "130"
},
"2023-11-20": {
"amount": "500",
"fee_amount": "130"
},
"2023-12-20": {
"amount": "500",
"fee_amount": "130"
},
"2024-01-19": {
"amount": "500",
"fee_amount": "130"
},
"2024-02-18": {
"amount": "500",
"fee_amount": "130"
}
},
"paid_at": "2023-04-24 15:01:49"
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "27/04/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 50,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:01",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 13,00",
"type": "success",
"created_at": "24/04/2023 15:01",
"meta": []
},
{
"title": "Nova fatura criada",
"message": "Fatura com id: 9b7dba4a-6aef-491f-8b2e-f94a6d9aa3de criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 14:32",
"meta": []
}
]
},
{
"id": "2ed778df-7d2e-4835-98ea-29c3c089385a",
"ref": "3",
"description": null,
"status": "paid",
"subtotal_amount": "50,00",
"total_amount": "50,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "zC85wUFsBJtYBUtCoj4hujOTE2G6yX",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/zC85wUFsBJtYBUtCoj4hujOTE2G6yX",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [
{
"id": "b5e53d29-cd02-43d6-8f52-979bf226f5c9",
"product": {
"id": "8c214358-46c3-4d90-991e-e12708deb114",
"name": "Produto redondo",
"description": "Desc",
"price": "50,00"
},
"quantity": 1,
"total": "50,00"
}
],
"payment": {
"id": "b692c0ec-765a-4a1b-83d1-2db7d9656d7b",
"status": "paid",
"method": "credit_card",
"interest_amount": "0",
"fee_amount": "1300",
"discount_amount": "0",
"total_amount": "5000",
"transaction": {
"card_brand": "MasterCard",
"card_last_four": null,
"card_holder": "Daniel Leal dos Santos",
"card_holder_cpf": "07120188917",
"card_installments": "10"
},
"next_withdraw_available": "24/05/2023",
"withdraw_agenda": {
"2023-05-24": {
"amount": "500",
"fee_amount": "130"
},
"2023-06-23": {
"amount": "500",
"fee_amount": "130"
},
"2023-07-23": {
"amount": "500",
"fee_amount": "130"
},
"2023-08-22": {
"amount": "500",
"fee_amount": "130"
},
"2023-09-21": {
"amount": "500",
"fee_amount": "130"
},
"2023-10-21": {
"amount": "500",
"fee_amount": "130"
},
"2023-11-20": {
"amount": "500",
"fee_amount": "130"
},
"2023-12-20": {
"amount": "500",
"fee_amount": "130"
},
"2024-01-19": {
"amount": "500",
"fee_amount": "130"
},
"2024-02-18": {
"amount": "500",
"fee_amount": "130"
}
},
"paid_at": "2023-04-24 15:03:38"
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "26/04/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 50,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:03",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 13,00",
"type": "success",
"created_at": "24/04/2023 15:03",
"meta": []
},
{
"title": "Nova fatura criada",
"message": "Fatura com id: 2ed778df-7d2e-4835-98ea-29c3c089385a criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:03",
"meta": []
}
]
},
{
"id": "6cc5b20b-a50f-48db-b039-1be02b900526",
"ref": "4",
"description": null,
"status": "paid",
"subtotal_amount": "100,00",
"total_amount": "100,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "797LDLewVcdctN9CXeavn4AqUON88r",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/797LDLewVcdctN9CXeavn4AqUON88r",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [
{
"id": "64015e10-dd70-40d4-ba10-f7810f92a75a",
"product": {
"id": "8c214358-46c3-4d90-991e-e12708deb114",
"name": "Produto redondo",
"description": "Desc",
"price": "50,00"
},
"quantity": 2,
"total": "100,00"
}
],
"payment": {
"id": "279e030b-9e6b-4ac3-9151-89e37278ca2a",
"status": "paid",
"method": "credit_card",
"interest_amount": "0",
"fee_amount": "2600",
"discount_amount": "0",
"total_amount": "10000",
"transaction": {
"card_brand": "MasterCard",
"card_last_four": null,
"card_holder": "Daniel Leal dos Santos",
"card_holder_cpf": "07120188917",
"card_installments": "10"
},
"next_withdraw_available": "24/05/2023",
"withdraw_agenda": {
"2023-05-24": {
"amount": "1000",
"fee_amount": "260"
},
"2023-06-23": {
"amount": "1000",
"fee_amount": "260"
},
"2023-07-23": {
"amount": "1000",
"fee_amount": "260"
},
"2023-08-22": {
"amount": "1000",
"fee_amount": "260"
},
"2023-09-21": {
"amount": "1000",
"fee_amount": "260"
},
"2023-10-21": {
"amount": "1000",
"fee_amount": "260"
},
"2023-11-20": {
"amount": "1000",
"fee_amount": "260"
},
"2023-12-20": {
"amount": "1000",
"fee_amount": "260"
},
"2024-01-19": {
"amount": "1000",
"fee_amount": "260"
},
"2024-02-18": {
"amount": "1000",
"fee_amount": "260"
}
},
"paid_at": "2023-04-24 15:08:39"
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "04/05/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 100,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:08",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 26,00",
"type": "success",
"created_at": "24/04/2023 15:08",
"meta": []
},
{
"title": "Nova fatura criada",
"message": "Fatura com id: 6cc5b20b-a50f-48db-b039-1be02b900526 criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:08",
"meta": []
}
]
},
{
"id": "2329167a-29d8-41f6-bea5-305461430d7c",
"ref": "5",
"description": null,
"status": "paid",
"subtotal_amount": "100,00",
"total_amount": "100,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "hQ27CHiPXxHmC6fImMoS1ysCTq6te8",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/hQ27CHiPXxHmC6fImMoS1ysCTq6te8",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [
{
"id": "53cdf70d-8bb0-4736-b235-dace860d2316",
"product": {
"id": "8c214358-46c3-4d90-991e-e12708deb114",
"name": "Produto redondo",
"description": "Desc",
"price": "50,00"
},
"quantity": 2,
"total": "100,00"
}
],
"payment": {
"id": "81229670-0875-4f34-b18c-7ba77988a81b",
"status": "paid",
"method": "credit_card",
"interest_amount": "0",
"fee_amount": "2600",
"discount_amount": "0",
"total_amount": "10000",
"transaction": {
"card_brand": "MasterCard",
"card_last_four": null,
"card_holder": "Daniel Leal dos Santos",
"card_holder_cpf": "07120188917",
"card_installments": "10"
},
"next_withdraw_available": "24/05/2023",
"withdraw_agenda": {
"2023-05-24": {
"amount": "1000",
"fee_amount": "260"
},
"2023-06-23": {
"amount": "1000",
"fee_amount": "260"
},
"2023-07-23": {
"amount": "1000",
"fee_amount": "260"
},
"2023-08-22": {
"amount": "1000",
"fee_amount": "260"
},
"2023-09-21": {
"amount": "1000",
"fee_amount": "260"
},
"2023-10-21": {
"amount": "1000",
"fee_amount": "260"
},
"2023-11-20": {
"amount": "1000",
"fee_amount": "260"
},
"2023-12-20": {
"amount": "1000",
"fee_amount": "260"
},
"2024-01-19": {
"amount": "1000",
"fee_amount": "260"
},
"2024-02-18": {
"amount": "1000",
"fee_amount": "260"
}
},
"paid_at": "2023-04-24 15:09:38"
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "27/04/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Pagamento aprovado",
"message": "Pagamento no valor de R$ 100,00 aprovado com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:09",
"meta": []
},
{
"title": "Tarifa Paga",
"message": "Pagamento de tarifa no valor de R$ 26,00",
"type": "success",
"created_at": "24/04/2023 15:09",
"meta": []
},
{
"title": "Nova fatura criada",
"message": "Fatura com id: 2329167a-29d8-41f6-bea5-305461430d7c criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:09",
"meta": []
}
]
},
{
"id": "643f6c87-1e78-4547-aa32-6a91444c3601",
"ref": "6",
"description": null,
"status": "processing",
"subtotal_amount": "100,00",
"total_amount": "100,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "GluQuoh1hJwkRmloI9yWp4nL8berhL",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/GluQuoh1hJwkRmloI9yWp4nL8berhL",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [
{
"id": "a53552f3-c334-49ac-b692-09a1c162ec95",
"product": {
"id": "8c214358-46c3-4d90-991e-e12708deb114",
"name": "Produto redondo",
"description": "Desc",
"price": "50,00"
},
"quantity": 2,
"total": "100,00"
}
],
"payment": {
"id": "a1deae9a-cd76-450c-bc2f-a054a29867ac",
"status": "processing",
"method": "pix",
"interest_amount": "0",
"fee_amount": "2",
"discount_amount": "0",
"total_amount": "10000",
"transaction": {
"pix_key_text": "00020101021226830014BR.GOV.BCB.PIX2561qrcode-h.bancoarbi.com.br/gi/6036e0fd93ca45f580b4c053781545fb5204000053039865802BR5909FatoriPay6008Curitiba610982200-30062070503***6304693E",
"pix_key_qrcode": "data:image/png;base64,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",
"pix_due_date": null
},
"next_withdraw_available": "24/04/2023",
"withdraw_agenda": null,
"paid_at": null
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "27/04/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Nova fatura criada",
"message": "Fatura com id: 643f6c87-1e78-4547-aa32-6a91444c3601 criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:32",
"meta": []
}
]
},
{
"id": "48acf31b-7e5a-4e2a-8273-157a50dfdd51",
"ref": "7",
"description": null,
"status": "processing",
"subtotal_amount": "100,00",
"total_amount": "100,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "npzCQpVYfZKsh7LS08iNSVH4H3B9a9",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/npzCQpVYfZKsh7LS08iNSVH4H3B9a9",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [
{
"id": "d87ecbd3-24de-488a-92b9-668651827490",
"product": {
"id": "8c214358-46c3-4d90-991e-e12708deb114",
"name": "Produto redondo",
"description": "Desc",
"price": "50,00"
},
"quantity": 2,
"total": "100,00"
}
],
"payment": {
"id": "3d3be263-491f-4421-9cf1-d039fb0a3a8b",
"status": "processing",
"method": "pix",
"interest_amount": "0",
"fee_amount": "5",
"discount_amount": "0",
"total_amount": "10000",
"transaction": {
"pix_key_text": "00020101021226830014BR.GOV.BCB.PIX2561qrcode-h.bancoarbi.com.br/gi/8c6c91c33b404ff9b4829eb74ca32aed5204000053039865802BR5909FatoriPay6008Curitiba610982200-30062070503***63046C87",
"pix_key_qrcode": "data:image/png;base64,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",
"pix_due_date": null
},
"next_withdraw_available": "24/04/2023",
"withdraw_agenda": null,
"paid_at": null
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "27/04/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Nova fatura criada",
"message": "Fatura com id: 48acf31b-7e5a-4e2a-8273-157a50dfdd51 criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:44",
"meta": []
}
]
},
{
"id": "8bb4823a-f3c0-423b-ad15-59a024fa2c0c",
"ref": "8",
"description": null,
"status": "processing",
"subtotal_amount": "100,00",
"total_amount": "100,00",
"tax_amount": null,
"discount_amount": null,
"link_token": "dCm4ABF1Vz7Xzv69jwaqnTb8cuQxhU",
"link": "http://localhost:5180/hapo-code-ltda./public/fatura/dCm4ABF1Vz7Xzv69jwaqnTb8cuQxhU",
"customer": {
"id": "da55e5ed-c073-4dce-b649-14e4fe382a11",
"name": "João da Silva",
"email": "joao@testeste.com.br",
"description": null,
"cellphone": "11999999999",
"cpfcnpj": "07120188917",
"address": {
"street": "Rua Reverendo Paulo Hecke",
"number": "123",
"complement": "Sala 1",
"neighborhood": "Ahú",
"city": "Curitiba",
"state": "PR",
"zipcode": "82200-300"
}
},
"items": [
{
"id": "53b02835-b954-4bb7-a506-a64b76914a75",
"product": {
"id": "8c214358-46c3-4d90-991e-e12708deb114",
"name": "Produto redondo",
"description": "Desc",
"price": "50,00"
},
"quantity": 2,
"total": "100,00"
}
],
"payment": {
"id": "a3ae792f-4645-4694-aab3-c67f117da90e",
"status": "processing",
"method": "boleto",
"interest_amount": "0",
"fee_amount": "400",
"discount_amount": "0",
"total_amount": "10000",
"transaction": {
"boleto_due_date": null,
"boleto_barcode": null,
"boleto_barcode_inline": "21390001171200003950800015003072193330001000000",
"boleto_barcode_image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVkAAAA8AQMAAAD2clvFAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAE9JREFUSIljWJVrFLbl1Gad1ao5W2Zt1jRbNmvaqc2auaaTJmdt81ytFnVmFZCnbbTm1GZdBoZRxaOKRxWPKh5VPKp4VPGo4lHFo4qppxgAr2Pk+apsrbgAAAAASUVORK5CYII="
},
"next_withdraw_available": "24/04/2023",
"withdraw_agenda": null,
"paid_at": null
},
"payable_with": {
"pix": true,
"boleto": true,
"credit_card": true,
"credit_card_with_interest": true
},
"shipping": null,
"due_date": "27/04/2023",
"paid_at": null,
"notification_url": null,
"created_at": "24/04/2023",
"notifications": [
{
"title": "Pagamento Criado",
"message": "Pagamento no valor de R$ foi criado com sucesso. Linha digitável do Boleto: 21390001171200003950800015003072193330001000000",
"type": "info",
"created_at": "24/04/2023 15:48",
"meta": []
},
{
"title": "Nova fatura criada",
"message": "Fatura com id: 8bb4823a-f3c0-423b-ad15-59a024fa2c0c criada com sucesso.",
"type": "success",
"created_at": "24/04/2023 15:48",
"meta": []
}
]
}
]
Last modified: a month ago