Skip to main content
GET
List Payment Intents
v1 · Base URL https://api.fintoc.com/v1

Headers

Authorization
string
default:sk_test_9c8d8CeyBTx1VcJzuDgpm4H

Fintoc Secret Key

Query Parameters

since
string<date>
default:2021-01-01T00:00:00.000Z

Date using <<glossary:ISO 8601>>. If present, return only Payment Intents with date equal or after since.

until
string<date>
default:2021-01-31T00:00:00.000Z

Date using <<glossary:ISO 8601>>. If present, return only Payment Intents with date equal or before until.

status
enum<string>
default:succeeded

If present, return only Payment Intents with the indicated status.

Available options:
succeeded,
failed,
rejected,
pending
per_page
integer<int32>

Amount of payment intents per page. Defaults to 30. The maximum amount is 300.

page
integer<int32>

The page being retrieved by the endpoint. Starts from 1.

Response

200

The response is of type object.