Skip to main content

Introduction

The Payments API allows you to retrieve your merchant’s payment history programmatically. This is useful for building custom dashboards, integrating with accounting systems, or automating payment reconciliation.

Prerequisites

Before you begin, ensure you have:
  • An active merchant API key with Read Transactions permission
  • Your merchant ID (available in the dashboard)
If you haven’t created an API key yet, follow the Getting Started with API Keys tutorial first.

Retrieving Payments

Basic Request

Response Format

Searching Payments

You can search payments by phone number or memo using the search query parameter:
The search parameter matches against both the sender’s phone number and the payment memo field.

Pagination

The API supports limit/offset pagination:

Pagination Example

Use Cases

Daily Reconciliation

Export to CSV

Next Steps

API Reference

Detailed endpoint specification

Get Balance

Check your merchant balance via API