Skip to main content
POST
Abort an import

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string<uuid>
required

The ID of the import.

Response

Success response

id
string<uuid>

The ID of the import.

Example:

"5a9c3e7b-2f8d-4d1a-b6c4-9e5f1a7c3b8d"

created_at
string<date-time>

The timestamp when the import was requested.

Example:

"2026-04-01T08:00:00Z"

finished_at
string<date-time>

The timestamp when the import was finished.

It is only available if the import was successfully finished or was aborted.

Example:

"2026-04-01T08:12:00Z"

provider
enum<string>
Available options:
stripe
status
enum<string>
Available options:
preparing,
running,
finished,
aborted
Example:

"preparing"

stripe
object
attemts
integer

The amount of attempts to import a token.

Example:

100

successes
integer

The amount of successful imports.

Example:

98

failures
integer

The amount of failures while importing a token.

Example:

2