Skip to content

Midtrans — Over The Counter

Metode pembayaran kasir (OTC) melalui Midtrans.

Gerai yang Didukung

  • ALFAMART
  • INDOMARET

Cara Pembuatan (Create)

http
POST /v1/payments/create
json
{
  "amount": 15000000, 
  "currency": "IDR",
  "method_type": "over_the_counter",
  "method_detail": {
    "type": "over_the_counter",
    "store": "INDOMARET"
  }
}

Response

json
{
  "success": true,
  "data": {
    "id": "...",
    "status": "pending",
    "method_data": {
      "type": "over_the_counter",
      "store_name": "INDOMARET",
      "payment_code": "88880123456"
    }
  }
}

Tampilkan payment_code ke pelanggan.

Gerbang Pay API Documentation