Swipelux
Send Funds

Overview

Send payouts to customer-owned accounts or third-party recipients.

Swipelux supports first-party and third-party sending flows. Use customer external accounts when a customer is paying out to their own bank account. Use recipients when the customer is paying another party.

Payout Models

FlowDestinationAccount object
First-party payoutCustomer's own bank accountCustomer account (acc_*)
Recipient payoutThird-party bank accountRecipient account (racc_*)

Endpoint Sequence

First-party payout:
POST /v1/customers/{customerId}/accounts/import
POST /v1/payout/quote
POST /v1/payout

Recipient payout:
POST /v1/customers/{customerId}/recipients
POST /v1/customers/{customerId}/recipients/{recipientId}/accounts
POST /v1/payout

GET /v1/transfers/{id}

On this page