Skip to main content
POST
Criar cobrança no cartão

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
amountInCents
integer
required
Example:

10000

card
object
required
customer
object
required
description
string
Example:

"Pedido #1234"

postbackUrl
string<uri>
seller
object
items
object[]

Response

Cobrança processada

success
boolean
Example:

true

message
string
Example:

"Transação aprovada"

data
object