Midtrans — Over The Counter
Metode pembayaran kasir (OTC) melalui Midtrans.
Gerai yang Didukung
ALFAMARTINDOMARET
Cara Pembuatan (Create)
http
POST /v1/payments/createjson
{
"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.