Getting Started
Tokopedia Partner Integration System API Documentation
This document is intended to be used as a guideline and references to implement topup & bill payment mechanisms from Tokopedia to partners. Partners should always refer to this document when doing integration to meet Tokopedia standards for partner integration services. Tokopedia Partner Integration System is a JSON-based OAuth2 API. All requests must be secure (https) and authenticated. This document contains API Specifications, Response Codes, and Security Implementation Guide.

Featured API
Get Token
The purpose of this payload is for Tokopedia to get a token that can be used for authorization.
Health Check
The purpose of this payload is to make sure the connection between Tokopedia and its partner is already established successfully.
Inquiry
The purpose of this payload is for Tokopedia to get the bills information from a partner that can be delivered to the Tokopedia user.
Payment
The purpose of this payload is for Tokopedia to confirm the user transactions to be processed by a partner.
Check Status
The purpose of this payload is for Tokopedia to reconfirm the transaction status
Callback
The purpose of this payload is for Tokopedia to reconfirm the transaction state, only if the partner is implementing asynchronous transactions processing.
Get Balance
The purpose of this payload is for Tokopedia to monitor the Tokopedia balance on partners.
Get Offer
The purpose of this payload is for Tokopedia to get the offers provided for certain users.
Void Refund
The purpose of this payload is for Tokopedia to void user’s transactions that are needed to be refunded.