Swipelux
Receive Funds

Pooled Pay-ins

Accept funds through shared receiving instructions and pay-in tracking.

Pooled pay-ins let customers send funds through shared receiving instructions. Swipelux uses payment references and transfer tracking to attribute each incoming payment to the right customer or wallet.

Pooled Pay-in Workflow

Integration Flow

  1. Create and verify the customer.
  2. Request the pooled rail when needed.
  3. Create a pay-in quote.
  4. Execute the pay-in.
  5. Track the transfer by ID or webhook.

Endpoint Sequence

POST /v1/customers/{customerId}/rails
GET /v1/customers/{customerId}/rails/{rail}
POST /v1/payin/quote
POST /v1/payin
GET /v1/transfers/{id}

API Reference

OperationUse it for
POST /v1/customers/{customerId}/railsRequest a customer rail.
GET /v1/customers/{customerId}/rails/{rail}Check rail status.
POST /v1/payin/quoteCreate a pay-in quote.
POST /v1/payinExecute a pay-in.
GET /v1/transfers/{id}Track the resulting transfer.

On this page