Saltar al contenido principal
GET
List Payment Intents
v1 · Base URL https://api.fintoc.com/v1

Encabezados

Authorization
string
predeterminado:sk_test_9c8d8CeyBTx1VcJzuDgpm4H

Fintoc Secret Key

Parámetros de consulta

since
string<date>
predeterminado: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>
predeterminado: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>
predeterminado:succeeded

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

Opciones disponibles:
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.

Respuesta

200

The response is of type object.