Advertisement
achmadzainulkarim

Status Code Message

Jun 24th, 2021 (edited)
835
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.80 KB | None | 0 0
  1. [
  2.     {
  3.         "statusCode" : 1101,
  4.         "status" : "TransactionFailed",
  5.         "message" : "Transaction is failed, please try again in a few minutes.",
  6.         "messageId" : "Transaksi belum berhasil, mohon coba kembali beberapa saat"
  7.     },
  8.     {
  9.         "statusCode" : 1102,
  10.         "status" : "TransactionCancelled",
  11.         "message" : "Transaction was cancelled by Provider. Please contact to the customer service.",
  12.         "messageId" : "Transasksi telah dibatalkan oleh penyedia. Silahkan hubungi customer service."
  13.     },
  14.     {
  15.         "statusCode" : 1103,
  16.         "status" : "InquiryFailed",
  17.         "message" : "Inquiry is failed, please try again in a few minutes.",
  18.         "messageId" : "Ragihan gagal, mohon coba kembali beberapa saat."
  19.     },
  20.     {
  21.         "statusCode" : 1104,
  22.         "status" : "ConnectionTimeout",
  23.         "message" : "Connection is timeout, please try again in a few minutes.",
  24.         "messageId" : "Koneksi terputus, mohon coba kembali beberapa saat."
  25.     },
  26.     {
  27.         "statusCode" : 1105,
  28.         "status" : "BillingAlreadyPaid",
  29.         "message" : "Billing is already paid.",
  30.         "messageId" : "Tagihan sudah dibayar."
  31.     },
  32.     {
  33.         "statusCode" : 1106,
  34.         "status" : "DestinationNoIsBlocked",
  35.         "message" : "The destination number is being blocked.",
  36.         "messageId" : "Nomor tujuan sedang diblokir"
  37.     },
  38.     {
  39.         "statusCode" : 1107,
  40.         "status" : "NoBillingYet",
  41.         "message" : "No billing is available.",
  42.         "messageId" : "Tidak ada tagihan yang tersedia"
  43.     },
  44.     {
  45.         "statusCode" : 1108,
  46.         "status" : "DestinationNoIsNotFound",
  47.         "message" : "The destination number is not found.",
  48.         "messageId" : "Nomor tujuan tidak dapat ditemukan"
  49.     },
  50.     {
  51.         "statusCode" : 1109,
  52.         "status" : "CodeExpired",
  53.         "message" : "Your code has expired.",
  54.         "messageId" : "Kodemu telah kadaluarsa"
  55.     },
  56.     {
  57.         "statusCode" : 1110,
  58.         "status" : "BillingNoIsInProblem",
  59.         "message" : "Transaction can not be processed, please pay in the locket.",
  60.         "messageId" : "Transaksi tidak dapat diproses, mohon untuk membayar di loket."
  61.     },
  62.     {
  63.         "statusCode" : 1111,
  64.         "status" : "ExceededBillingAmount",
  65.         "message" : "The transaction is declined due to exceeding billing maximum limit.",
  66.         "messageId" : "Transaksi telah dibatalkan karena tagihan melebihi batas maksimal."
  67.     },
  68.     {
  69.         "statusCode" : 1112,
  70.         "status" : "ExceededOutstandingAmount",
  71.         "message" : "Transaction is failed. Please pay the remaining outstanding amount.",
  72.         "messageId" : "Transaksi gagal. Mohon membayarkan sisa tagihan terhutang."
  73.     },
  74.     {
  75.         "statusCode" : 1113,
  76.         "status" : "ExceededDueDate",
  77.         "message" : "The transaction is declined due to exceeding due date.",
  78.         "messageId" : "Transaksi telah ditolak karena melebihi batas waktu pembayaran"
  79.     },
  80.     {
  81.         "statusCode" : 1114,
  82.         "status" : "KWHOverLimit",
  83.         "message" : "The transaction is declined due to exceeding KWH maximum limit.",
  84.         "messageId" : "Transaksi telah dibatalkan karena melebihi batas maksimal KWH."
  85.     },
  86.     {
  87.         "statusCode" : 1115,
  88.         "status" : "PowerNotValid",
  89.         "message" : "The transaction is declined due to invalid power value.",
  90.         "messageId" : "Transaksi ditolak karena jumlah daya tidak sesuai."
  91.     },
  92.     {
  93.         "statusCode" : 1116,
  94.         "status" : "ProductIsProblem",
  95.         "message" : "Product is in problem.",
  96.         "messageId" : "Produk Digital terpilih sedang mengalami masalah. Silahkan coba kembali beberapa saat."
  97.     },
  98.     {
  99.         "statusCode" : 1117,
  100.         "status" : "ProductCutOff",
  101.         "message" : "CutOff is scheduled.",
  102.         "messageId" : "Produk sedang dalam waktu cut off."
  103.     },
  104.     {
  105.         "statusCode" : 1118,
  106.         "status" : "DestinationNoTooLong",
  107.         "message" : "The destination number is too long.",
  108.         "messageId" : "Nomor tujuan terlalu panjang."
  109.     },
  110.     {
  111.         "statusCode" : 1119,
  112.         "status" : "ExceededDenom",
  113.         "message" : "One denomination per single number a day.",
  114.         "messageId" : "Denom transaksi hanya dapat digunakan sekali dalam satu hari untuk nomor tujuan yang sama."
  115.     },
  116.     {
  117.         "statusCode" : 1120,
  118.         "status" : "ExceededQuota",
  119.         "message" : "The transaction is declined due to exceeding quota.",
  120.         "messageId" : "Transaksi dibatalkan karena melebihi kuota."
  121.     },
  122.     {
  123.         "statusCode" : 1121,
  124.         "status" : "ProductIsInvalid",
  125.         "message" : "The destination number doesn't match the product.",
  126.         "messageId" : "Nomor tujuan tidak sesuai dengan produk digital terpilih."
  127.     }
  128. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement