Payment links

Create a link.
Move money.

Generate a payment link in a few taps and send it out to pay or get paid.

Start in test mode →

Branded to you

Your brand color and logo are tastefully applied in both light and dark modes.

Accept payments

Send a payment link to a customer to collect a payment. They can pay by card or bank.

Send payouts

Send funds to anyone. Recipients verify their identity with OTP and enter their own payment details—you never handle sensitive data.

Secured by Moov

Payment links are securely hosted and protected by Moov.

Accept payments

Send a link, get paid.

Accept payments from cards or bank accounts with a branded payment link. No integration needed.

01

Create a link

Create a branded payment link via API or through the Moov Dashboard. Set the amount, description, and accepted payment methods.

Select from a product catalog or add customer line items. Add optional sales tax.

02

Share the link

Send or embed the payment link to your customers or display a QR code to blend in-person and online payments.

Short, shareable links can be sent via email, text, or any channel.

03

Get paid

Your customers make secure payments on your branded checkout page. Funds land in your Moov wallet as soon as they settle.

Send payouts

Send money without collecting payment details

Generate a payout link and let the recipient securely provide their own payment information. Works great with RTP and push to debit for near-instant delivery.

01

Create & send

Generate a payout link for the amount you want to send and share it with the recipient via email, text, or any channel.

02

Recipient verifies

The recipient opens the link and verifies their email address or phone number with a one-time passcode—keeping the process secure without creating an account.

03

Funds delivered

The recipient enters their debit card or bank account details and receives the payout. With RTP or push to debit, funds can arrive in minutes.

Developer docs

Meticulously built for modern development.

Designed for this generation of computing and what comes next, Moov allows developers to build payments into their stack. Reach for our SDKs to speed up development cycles.

Read payment link docs →

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
package main
import(
  "context"
  "moov"
  "moov/models/components"
)

func main() {
  ctx := context.Background()
  
  s := moov.New()

  res, err := s.PaymentLinks.CreatePaymentLink(ctx, components.CreatePaymentLink{
    PartnerAccountID: "d0d0cf2f-fdd4-483d-957a-f12f86d9640f",
    MerchantPaymentMethodID: "0d21fbfd-baa7-4dcc-ac61-71c5130ab376",
    Amount: components.Amount{
      Currency: "USD",
      Value: 3397,
    },
    Display: components.PaymentLinkDisplayOptions{
      Title: "",
      Description: "",
      CallToAction: components.CallToActionBook,
    },
    Payment: &components.PaymentLinkPaymentDetails{
      AllowedMethods: []components.CollectionPaymentMethodType{
        components.CollectionPaymentMethodTypeAchDebitCollect,
        components.CollectionPaymentMethodTypeCardPayment,
      }
    }
  }, nil)
}

FAQ

What are Moov payment links?
Moov payment links are a simple and flexible way to accept payments or send payouts without requiring your customers or recipients to set up an account or integrate with complex systems. You can generate and share links via email, text, or any other communication method.
How do I create a Moov payment link?
Creating a payment link is easy. From the Moov dashboard or API, specify the payment amount, purpose, and any additional details. Once the link is generated, you can share it with your customer or recipient.
What payment methods are supported by Moov payment links?
Moov payment links support various payment methods, including credit/debit cards, ACH bank transfers, and digital wallets like Apple Pay. For sending payouts, ACH, RTP, and push to debit are supported.
Can I use payment links to send payouts?
Yes. Create a payout link with the amount you want to send and share it with the recipient. They verify their email or phone number with a one-time passcode, then enter their debit card or bank account to receive the funds. With RTP or push to debit, payouts can arrive in minutes.
Are Moov payment links secure?
Absolutely. Moov payment links are encrypted and PCI-compliant, ensuring that all payment and payout transactions are secure and meet industry standards.
Can I customize the payment link page?
Yes, Moov allows you to customize the branding of your payment link page, including your logo and colors, to ensure a seamless customer experience.
Is there a limit to the number of payment links I can create?
No, there is no limit to the number of payment links you can generate. You can create as many as you need to meet your business’s requirements.
Can I automate the creation of payment links?
Yes, using Moov’s API, you can automate the generation of payment links to integrate seamlessly with your existing systems or workflows.
What happens if a payment link expires?
You can set an expiration date for each payment link. If a link expires, the recipient can no longer use it, but you can generate a new link if needed.
Can I reuse a payment link?
Payment links for accepting payments are reusable by default, whereas payment links for sending payouts are single-use. For accepting payments, you can limit the max uses to any number greater than zero.
Can I refund payments made through a payment link?
Yes, refunds can be processed through the Moov dashboard or API. Refunds will be sent back to the original payment method.
Are recurring payments supported with payment links?
Currently, Moov payment links do not support recurring payments. However, you can generate new links for each payment cycle as needed. Payment links for recurring payments or preconfigured schedules are on our near-term roadmap.
How do I send a payment link to a customer or recipient?
You can share the payment link through any communication channel, such as email, SMS, or messaging platforms. The recipient clicks the link to complete the transaction.
How quickly are payouts delivered through payment links?
Payout delivery times depend on the payout method. ACH payouts typically take 1-2 business days, while instant payouts via cards or RTP are processed in minutes.

Get started today.

Let’s discuss your unique needs and show you how Moov can help. We can build something together.