Das

Bank verification

Verify Dashen Bank Transactions

Dashen Bank publishes transaction receipts as public PDF documents. The URL works for both within-Dashen and Other Bank Transfer (inter-bank) receipts. Only the FT Ref / Transaction Reference is needed.

Verify Dashen nowLive and working

Required information

  • Transaction reference (required), e.g. B22WDTI261620001 or D31OBTI251720001

Reference number format

Alphanumeric Dashen transaction reference (FT Ref / Transaction Reference on the receipt). Do not use the Transfer Reference.

Example: B22WDTI261620001 or D31OBTI251720001

How to verify Dashen with cheki

  1. Get the FT Ref / Transaction Reference from the customer's Dashen receipt
  2. cheki fetches the official PDF from receipt.dashensuperapp.com
  3. Payment data is extracted from the PDF and returned as structured JSON

How Dashen receipt verification works

The Dashen receipt endpoint is: https://receipt.dashensuperapp.com/receipt/{REFERENCE}

This is a public URL that returns a PDF document containing the official transaction data. No authentication is required.

Who uses Dashen verification

  • Merchants verifying Dashen transfers
  • Businesses reconciling Dashen deposits
  • Apps integrating Dashen payment verification

Verifying Dashen via API

cheki provides a free REST API for Dashen verification:

POST https://chekiapp.vercel.app/api/verify

Request body: { "bank": "dashen", "reference": "B22WDTI261620001 or D31OBTI251720001" }

See the API documentation for full details.

Frequently asked questions