Skip to main content
GET
Obter os dados da página de pagamento Base39

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Path Parameters

invoiceId
string
required

ID opaco da fatura

Response

id
string
required
Example:

"in_123"

number
string | null
required
Example:

"INV-0001"

status
enum<string>
required
Available options:
open,
overdue,
paid,
void,
uncollectible
amount
number
required

Valor em centavos

Example:

450000

currency
string
required
Example:

"BRL"

dueDate
string<date-time> | null
required
periodStart
string<date-time> | null
required
periodEnd
string<date-time> | null
required
description
string | null
required
lateFee
object | null
required
monthlyInterest
object | null
required
recipientName
string
required
Example:

"Base39"

payer
object
required
paymentMethods
object[]
required
fiscalDocuments
object
required
checkout
object