Swipelux

Transfers

Transfers are the core functionality of the Swipelux Wallet Infrastructure. They allow you to seamlessly convert into, out of, and between all forms of a dollar for your customers.

At a high level, Transfers require a source and a destination -- both of which can be fiat sources (bank accounts, debit cards etc.) or crypto sources (wallets on chains). The API is generalized and allows you utmost flexibility in moving funds either from crypto to fiat or crypto to crypto.

For certain payment rails (like on-ramps and wire transfers), we can't directly pull funds from the source.

In these cases, we provide a sourceInstructions object containing a URL to which you'll have to redirect your customer. After they complete their payment at this URL, we'll automatically process the transfer with no additional action needed from you.

Supported fiat currencies

At the moment, we only support USD as a fiat currency. We'll quickly expand to support other fiat currencies in the future.

Supported crypto currencies

At the moment, we only support USDC as a crypto currency. We'll quickly expand to support other crypto currencies in the future.

Guides

On this page