Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistent Response #84

Open
rmdhfz opened this issue May 20, 2023 · 3 comments
Open

Inconsistent Response #84

rmdhfz opened this issue May 20, 2023 · 3 comments
Labels
midtrans-product-related Inquiry related to Midtrans & its product, docs, etc. Not directly related to this repo/library

Comments

@rmdhfz
Copy link

rmdhfz commented May 20, 2023

Dear Team,
Please ensure consistent responses for each selected payment channel when using the bank transfer method. Currently, I am receiving a different response for Bank Mandiri, Bank BCA and Bank Permata:

Bank Mandiri:

{
  "transaction_time": "2023-05-20 23:00:32",
  "transaction_status": "pending",
  "transaction_id": "7c74b024-2048-4a1a-b73f-3cf9972a18a7",
  "status_message": "midtrans payment notification",
  "status_code": "201",
  "signature_key": "c7f85eea276ac73130cd8aa80316ef54ddd17f77c8862c12bc83db6619b52cf265388597e12b9f0881fbc29a9e3d7152f2a6c22efab9a2c6f820f3161a34b83c",
  "payment_type": "echannel",
  "order_id": "ORDER-20230520-5111",
  "merchant_id": "G076939150",
  "gross_amount": "1750000.00",
  "fraud_status": "accept",
  "expiry_time": "2023-05-21 23:00:26",
  "currency": "IDR",
  "biller_code": "70012",
  "bill_key": "575508023015"
}

Bank BCA:

{
  "va_numbers": [
    {
      "va_number": "39150080593",
      "bank": "bca"
    }
  ],
  "transaction_time": "2023-05-20 23:00:53",
  "transaction_status": "pending",
  "transaction_id": "64ffa75e-5410-4bd2-afc9-1936c528bea9",
  "status_message": "midtrans payment notification",
  "status_code": "201",
  "signature_key": "cdac297a9e2e52153d68042ef9f5c1a883b7e8addb8ba4a9282a96bc53c4efa70d3397fb30895b41f7f5051595f3dfe9495a15029199960bbd89ee31c1cded7e",
  "payment_type": "bank_transfer",
  "payment_amounts": [

  ],
  "order_id": "ORDER-20230520-9354",
  "merchant_id": "G076939150",
  "gross_amount": "2300000.00",
  "fraud_status": "accept",
  "expiry_time": "2023-05-21 23:00:46",
  "currency": "IDR"
}

Bank Permata:

{
    "status_code": "201",
    "status_message": "Transaksi sedang diproses",
    "transaction_id": "b419abd8-2404-4e37-8f96-67a712614edd",
    "order_id": "ORDER-20230520-2920",
    "gross_amount": "1750000.00",
    "payment_type": "bank_transfer",
    "transaction_time": "2023-05-20 23:15:57",
    "transaction_status": "pending",
    "fraud_status": "accept",
    "permata_va_number": "3910032344677609",
    "pdf_url": "https://app.sandbox.midtrans.com/snap/v1/transactions/e9c146cc-4341-4788-8cd5-921fd88a81f9/pdf",
    "finish_redirect_url": "http://example.com?order_id=ORDER-20230520-2920&status_code=201&transaction_status=pending"
}

Please provide a unified response to simplify the process for developers when handling the response.
Thank you.

@rmdhfz rmdhfz changed the title Inconsistent response Bank Mandiri (Snap) Inconsistent Response May 20, 2023
@Andrenzo17
Copy link
Collaborator

Hi @rmdhfz thank you for your feedback.

For payment method bank transfer Mandiri, expected slightly a bit different because MIdtrans use Mandiri Bill Payment not Mandiri VA. And for Permata VA and BCA VA, i will confirm first to our product team.

Thank you

@Andrenzo17 Andrenzo17 added the midtrans-product-related Inquiry related to Midtrans & its product, docs, etc. Not directly related to this repo/library label May 22, 2023
@rmdhfz
Copy link
Author

rmdhfz commented Jun 15, 2023

Hi @Andrenzo17 ,
any update ?

@Andrenzo17
Copy link
Collaborator

Hi Hafiz, our product team already acknowledge your concern. But sorry we still in the middle other Development, so there is no ETA until now.
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
midtrans-product-related Inquiry related to Midtrans & its product, docs, etc. Not directly related to this repo/library
Projects
None yet
Development

No branches or pull requests

2 participants