💸 Payments
The star of the show: the movement of funds from one place to another.
The Payments endpoints allow you to manage the entire lifecycle of a payment, from creation to settlement.
You can create generic pending payments, send funds directly via ACH or check, and handle payment acceptance from the recipient's side.
This section covers:
- Creating and listing payments
- Sending payments via specific methods
- Accepting and canceling payments
- Viewing pending payments for a user
Pro tipUse the
Create payment
endpoint to send a notification to a recipient, allowing them to choose their preferred payout method. For direct transfers, use theSend ACH
orSend check
endpoints.
API Refs
- Staging: Get list of payments
Updated 1 day ago