ONDC-Official/v1.1.0-logs

Medpay (RSF) - compliance check

Closed this issue · 6 comments

/receiver_recon

  • order/updated_at timestamp can't be earlier than settlement_timestamp
  • deduction_by_collector can't be 0 when buyer app finder fee is non-zero

/on_receiver_recon

  • /message/orderbook/orders/0/order_recon_status must be "02" (Final)

Flow 2

  • Invalid flow; should be as per the test case scenario

@medpay-vishal-kumar

/receiver_recon

  • /message/orderbook/orders/1/payment/@ondc/org/settlement_details/0/settlement_timestamp must be in valid date-time format
  • payment/params/transaction_id can't be the same as orders/transaction_id; orders/transaction_id should remain the same in an orderbook
  • Why is time difference between context/timestamp and updated_at timestamp large?

@medpay-vishal-kumar

Have fixed the issues related to RSP, please find the PR here:
#570

Kindly merge and review. Thank you!
@bluecypher

/receiver_recon

  • orders/transaction_id should remain the same for all the orders in an orderbook;

@medpay-vishal-kumar

Hey @bluecypher,

Have fixed the transaction_id issue across orderbook. Please find the PR here: #577

Kindly merge and review the logs.

Logs cleared for RSF v1.0.0

@medpay-vishal-kumar

Thank you @bluecypher .