API Reference

Mitra Pembayaran Digital

Mitra Pembayaran Digital is a payment request which asks users to make payment via PAPER.ID payment partner. Customers/Payors can input payment reference id in the partner's payment partner page which is provided in the response.

Payment MethodMethodChannel
Mitra pembayaran digitalmitra_pembayaran_digitaltokopedia, tokopedia_cc, blibli, shopee

For payment through Tokopedia, there are 2 types that can be used. One is the tokopedia_cc which allows the cc payment from Tokopedia, and the other is tokopedia that allows other payment methods. The deep link on the response will also take the customer directly to the checkout

Payload of Payment Method Object in an API Call Request, when using mitra pembayaran digital

{
    "payment_method": {
        "method": "mitra_pembayaran_digital",
        "channel": "tokopedia" // or shopee, blibli
    },
    // other props ...
}

Payload of data object in an API Call Response, when using QRIS


{    
  "data": {
    "amount": 10000,
    "payment_id": "84ff5111-8e9f-4cfe-9258-95724d9f404a",
    "payment_channel": "tokopedia",
    "payment_method": "mitra_pembayaran_digital",
    "buyer_fee": 0,
    “merchant_fee”: 0,
    "ref_id": "INV20230707013",
    "status": "PENDING",
    "link": "https://tokopedia.app.link/?$ios_deeplink_path=tokopedia://digital/cart?category_id=54&operator_id=2029&product_id=6216&client_number=16889297503UCEW&$android_deeplink_path=tokopedia://digital/cart?category_id=54&operator_id=2029&product_id=6216&client_number=16889297503UCEW&$desktop_url=https://pulsa.tokopedia.com?action=init_data&category_id=54&operator_id=2029&product_id=6216&client_number=16889297503UCEW"
},
// other props ...
}