v1
latestOpenAPI 3.0.22026-08-061464031.4 MBList all charges
List all the charges related to your account.
Query parameters
A page number within the paginated result set.
Indicates how many results to return per page. By default we return 100 results per page.
ℹ️ The minimum number of results returned per page is 1 and the maximum is 1000. If you enter a value greater than 1000, our API will default to the maximum value (1000).
Return information for these resource ids.
[ "6b3dea0f-be29-49d1-aabe-1a6d588642e6" ]
Return results only for this value.
Return results only for more than this amount.
Return results only for and more than this amount.
Return results only for less than this amount.
Return results only for this amount or less.
Return items that were last updated in Belvo's database on this date (in YYYY-MM-DD format).
Return items that were last updated in Belvo's database after this date (in YYYY-MM-DD format).
Return items that were last updated in Belvo's database after or on this date (in YYYY-MM-DD format).
Return items that were last updated in Belvo's database before this date (in YYYY-MM-DD format).
Return items that were last updated in Belvo's database before or on this date (in YYYY-MM-DD format).
Return accounts that were last updated in Belvo's database between two dates (in YYYY-MM-DD format). The first value indicates the start of the range and the second value indicates the end of the range.
[ "2022-01-01", "2022-12-31" ]
The payment-intent.id you want to get results for.
One or more payment-intent.ids that you want to get results for.
[ "cb320adc-9a6b-4224-933a-5b08cf771ac7" ]
Return transactions with this status. Can be either CANCELED, FAILED, PENDING, SCHEDULED, or SUCCEEDED.
Return transactions with these statuses (comma separated). Can be either CANCELED, FAILED, PENDING, SCHEDULED, or SUCCEEDED.
[ "SUCCEEDED" ]
Response
OK
Example response
{
"count": 130,
"next": "https://sandbox.belvo.com/api/{endpoint}/?link=1bd948f7-245d-4313-b604-34d1044cb908page=2",
"results": [
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"created_at": "2022-02-09T08:45:50.406032Z",
"updated_at": "2022-02-09T08:45:50.406032Z",
"created_by": "bcef7f35-67f2-4b19-b009-cb38795faf09",
"customer": "531aa631-70a0-4eeb-ab97-51dea3e90c89",
"payment_intent": "50c04229-7b1d-4a53-951c-8ad53e10c6ca",
"status": "PENDING",
"amount": "100.12",
"currency": "BRL",
"description": "Training shoes",
"statement_description": "Super Shoe Store - Brown Sneakers",
"beneficiary": "58524ccc-89ac-4ab6-b62b-c3da3f19a722",
"provider": "belvo",
"payment_method_type": "open_finance",
"payment_method_details": {
"open_finance": {
"schedule": {
"single": {
"date": "2024-10-22"
}
},
"payer_institution": "db201c6a-e0ee-4caa-92d6-72b480d6d86f",
"beneficiary_bank_account": "a80d5a9d-20ae-479a-8dd7-ff3443bcbbfc"
}
},
"payment_method_information": {
"open_finance": {
"provider_request_id": "978c0c97ea847e78e8849634473c1f1",
"redirect_url": "https://wakandanational.com/",
"end_to_end_id": "F203262942022211117487a213b1d140",
"settlement_date": "2024-10-22"
}
},
"payer_information": {
"bank_account": {
"type": "CHECKINGS",
"agency": "1234",
"number": "123456789",
"institution_id": "528228e2-d40d-4cec-948d-ec5edd7d081c"
}
},
"transactions": [
{
"id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d",
"created_at": "2022-02-09T08:45:50.406032Z",
"created_by": "bcef7f35-67f2-4b19-b009-cb38795faf09",
"amount": "1020.00",
"currency": "BRL",
"description": "Training shoes",
"transaction_type": "INFLOW",
"beneficiary": "a80d5a9d-20ae-479a-8dd7-ff3443bcbbfc",
"payment_intent": "004a28bb-fac2-4172-884b-5b6ea15314ad",
"customer": "9eebd63b-3339-44a9-8a5a-72bb6cb2f310"
}
],
"metadata": {
"internal_reference_id": "GGq73487w2"
}
}
]
}