Swipelux

Get Started

Learn the core Swipelux flow before you start integrating.

Start with the product flow, then use the API reference when you are ready to send requests. Most integrations follow the same pattern: create a customer, complete verification, enable rails, move funds, and listen for status changes.

Platform Flow

Base URL

https://platform.swipelux.com

Integration Path

  1. Create an individual or business customer.
  2. Complete KYC or KYB so the customer can use regulated money movement flows.
  3. Request the rails the customer needs to receive or send funds.
  4. Create or import a wallet for stablecoin balances.
  5. Create a virtual account, pay-in quote, payout quote, or recipient depending on the flow.
  6. Track the transfer and react to webhook events.

Endpoint Sequence

POST /v1/customers or POST /v1/customers/business
POST /v1/customers/{customerId}/rails
POST /v1/customers/{customerId}/wallets
POST /v1/payin/quote or POST /v1/payout/quote
GET /v1/transfers/{id}

Open the API reference when you need exact request fields, response shapes, and executable examples.

Reference

On this page