Skip to main content
GET
/
charges
/
{id}
Get charge by id
curl --request GET \
  --url http://api.contabull.com/charges/{id}
{
  "status": "CREATING",
  "boleto": {
    "barCode": "<string>",
    "status": "CREATING"
  },
  "pix": {
    "emv": "<string>",
    "status": "CREATING"
  }
}

Path Parameters

id
string
required

Response

default - application/json
status
enum<string>
required
Available options:
CREATING,
CREATED,
PAID,
CANCELLED,
FAILED
boleto
object
pix
object