Jump to Content
TinggHome
GuidesRecipesAPI Reference
HomeLoginTingg
Guides
Login
GuidesRecipesAPI Reference

Quick Start

  • What is Tingg ?
  • Get Started

Checkout 3.0

  • Introduction: Checkout 3.0
  • Getting Started
  • Express Checkout
    • Modal (pop-up)
    • Redirect (Full page)
  • Custom Checkout
  • Direct Card API
    • Card Tokenization
  • Dedicated Virtual Account
  • Go live 🎉
  • References
    • Integration dashboard
    • Supported Countries
    • Service settings
    • Payment options
    • Payment options modes
    • Test card & mobile data
      • Orange Money Botswana Simulation Flow
    • UAT Endpoints
  • SDK & UI library
  • Card Enrolment
    • Query For agreement_id

Checkout 2.8

  • Introduction
  • Custom Checkout API
    • 1. Authenticate Requests
    • 2. Post Checkout Request
    • 3. Post Charge Request
    • 4. Acknowledge Payment
    • Post Checkout and Charge Request
    • Validate Charge Request
    • Query Request Status
    • Initiate Refund
    • Cancel Request
    • OTP Validation
    • Fetch Payment Options
    • Fetch Conversion Rate

Payouts

  • Get Started: Payouts
    • Authentication
    • Service Basket
    • Callback
    • Go Live
    • Frequently Asked Questions

TINGG ENGAGE

  • Get Started: Tingg Engage

Authentication

Suggest Edits

Your username and Password

When working with the sandbox, the username and password are always sandboxUser and sandboxPassword! respectively.

See the JSON example below.

# This will be apart of your sandbox requests.
{
	"credentials": {
		"username": "sandboxUser",
		"password": "sandboxPassword!"
	}
}

Production credentials

A new set of credentials will be configured on production.

The production endpoint will also be provided after UAT's Sign Off for Go-live.

Updated 6 months ago


  • Table of Contents
    • Your username and Password
    • Production credentials