Skip to main content

Authorizations

X-API-Key
string
header
required

Your Swipelux API key. Obtain this from the Swipelux Dashboard.

Headers

Idempotency-Key
string
required

Required for effectful v3 requests (POST, PATCH, PUT, DELETE). Reuse the same key with the same body to replay the cached response.

Required string length: 1 - 255

Body

application/json
quoteId
string
required
Pattern: ^quo_[a-zA-Z0-9]+$
Example:

"quo_6dV8xN2pQ4rT7mA9sL1kBc"

externalId
string

Merchant-supplied correlation reference echoed on reads and filterable on GET /v3/transfers. Not required to be unique; independent of the quote's externalId.

Required string length: 1 - 255
Example:

"your-transfer-ref-123"

memo
string

Free-text memo stored on the transfer resource.

Required string length: 1 - 140
Example:

"Invoice 118"

supportingDocuments
string[]

Up to 10 document ids previously uploaded for this customer and linked to the transfer.

Maximum array length: 10
Pattern: ^doc_[a-zA-Z0-9]+$
Example:

Response

Transfer created

data
object
required