Payout links, line items & products API
Payout links
You can now send payout links and generate QR codes for payouts with the Dashboard and API. Payment links support the push to card, RTP credit, ACH credit same day, and ACH credit standard payment methods.
Navigate to Transfers > Payment links in the Dashboard to send a payout or accept a payment. Use the /accounts/{accountID}/payment-links endpoint to send a payout or accept a payment with the API.
View our payment links guide for more information.
Line items
A lineItems field has been added to the transfer and payment links APIs. Line items allow you to create items when initiating a transfer or payment link. Each item can specify a name, description, image, options, and price modifiers.
Visit the transfers API and payment links API for more details.
Coming soon: line items on receipts.
Products and images API
Create a product catalog with the products and images APIs. Give each product a title, base price, description, associated image, and additional options like price modifiers. You can map products to line items in transfers and payment links.
Visit the products guide & API and the images guide & API for more details.
.NET SDK (beta)
We've added a beta .NET SDK to our lineup. View the documentation, or visit our latest API version for examples.
Dashboard updates
In the payment link detail view, we've added the list of transfers created by payment links. This view can also be accessed from the main transfer details view.
Bug fixes
- Moov now explicitly blocks HSA cards from being eligible for push and pull transactions
- The terms of service field for
POST /accountswas incorrectly listed as aoneOfand has been fixed with the proper nesting pattern - The last four numbers of the card were missing from certain transaction memos
- In the Go SDK,
Capability_NameWalletBalancehas been updated toCapabilityName_WalletBalance - Account metadata was not always appearing in the Dashboard
- Terms of service could not be accepted via the Dashboard hosted onboarding flow