LogoDOCS

Payment Links

NO CODE REQUIRED

Accept payments anywhere your customers are. Generate a secure payment link and share it via SMS, Email, Viber, Messenger, or WhatsApp. Perfect for social commerce, invoicing, and chatbots.

Social Commerce

Close sales directly in chat apps. Send a link, get paid instantly, and receive real-time notifications.

Automated Invoicing

Use our API to generate unique payment links and embed them directly into your billing emails or PDFs.

Two Ways to Generate Links

1Via Merchant Dashboard

You do not need to write a single line of code. Anyone on your team can generate a link.

  • Go to the Payment Links tab in your Merchant Dashboard.
  • Enter the Amount and Description.
  • Click Generate Link and copy the URL.

2Via REST API

Programmatically generate thousands of links for your CRM or email campaigns.

POST /v1/payment-links
curl -X POST https://api.paynplus.com/v1/payment-links \
  -H "Authorization: Bearer sk_live_your_secret_key" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 5000.00,
    "currency": "PHP",
    "description": "Invoice INV-2026-001",
    "expires_in": 86400 // Expires in 24 hours
  }'

The Customer Experience

When your customer clicks the link (e.g., paynplus.link/x7y8z9), they are taken to a secure, mobile-friendly payment page hosted by PaynPlus. They can choose to pay via GCash, Maya, QRPh, or their credit card.

No App Installation RequiredMobile Optimized

Want more control?

Build your own UI using our Direct APIs.