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

Path Parameters

customerId
string
required
recipientId
string
required

Body

application/json

Type-specific recipient destination payload. Use top-level Accounts for customer-owned accounts; use recipient destinations when funds land with a recipient relationship.

Type-specific recipient destination payload. Use top-level Accounts for customer-owned accounts; use recipient destinations when funds land with a recipient relationship.

type
enum<string>
required

Recipient destination type. Closed enum — exhaustive; additions would be a breaking change.

Available options:
sepa
currency
string
required

Destination currency for this recipient payout endpoint.

Required string length: 3
Example:

"USD"

details
object
required

Response

Recipient destination created

data
object
required