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
    • Service Basket
    • Callback
    • Go Live
    • Frequently Asked Questions

TINGG ENGAGE

  • Get Started: Tingg Engage

Card Tokenization API

Covers how to generate a reusable token for a card.

Suggest Edits

The tokenization process will involve the following steps:

  1. Generate an OAauth token to authenticate the requests.
  2. Initiate a checkout request for which the transaction will be authorized for.
  3. Generate a token for the card details.
  4. Charge customers using the shared token.

Updated 5 months ago