VeriPay API

Build seamless payment verification into your app with our developer-friendly API. Accept payments, manage invoices, and verify transactions with confidence.

99.9% Uptime RESTful API JSON Responses Webhook Support

Quick Start Guide

1

Create Your Account

Sign up for a VeriPay merchant account and complete your business verification.

2

Get Your API Keys

Generate your sandbox and live API keys from your dashboard.

3

Test in Sandbox

Use your sandbox keys to test payment flows without real money.

4

Make Your First Request

Create a payment link and test the full payment verification flow.

5

Configure Webhooks

Set up webhooks to receive real-time notifications about payment events.

Quick Example

Here's a simple example of creating a payment link:

POST /api/v1/payment-requests
Authorization: Bearer sk_test_...
Content-Type: application/json

{
  "amount_cents": 15000,
  "currency": "TTD",
  "description": "Wedding Cake Order",
  "customer_name": "Jane Smith",
  "customer_email": "[email protected]",
  "success_url": "https://yoursite.com/success",
  "cancel_url": "https://yoursite.com/cancel"
}

Need Help?

Our team is here to help you integrate VeriPay successfully.