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
- Create and verify the customer.
- Request the pooled rail when needed.
- Create a pay-in quote.
- Execute the pay-in.
- Track the transfer by ID or webhook.
Endpoint Sequence
API Reference
| Operation | Use it for |
|---|---|
POST /v1/customers/{customerId}/rails | Request a customer rail. |
GET /v1/customers/{customerId}/rails/{rail} | Check rail status. |
POST /v1/payin/quote | Create a pay-in quote. |
POST /v1/payin | Execute a pay-in. |
GET /v1/transfers/{id} | Track the resulting transfer. |