Skip to content

Fasttrack buyer TRV10 logs - #8

Open
priyadharshinivk wants to merge 5 commits into
ONDC-Official:mainfrom
priyadharshinivk:fasttrack_buyer_trv10_logs
Open

Fasttrack buyer TRV10 logs#8
priyadharshinivk wants to merge 5 commits into
ONDC-Official:mainfrom
priyadharshinivk:fasttrack_buyer_trv10_logs

Conversation

@priyadharshinivk

Copy link
Copy Markdown

No description provided.

@anuj-ondc

Copy link
Copy Markdown

@priyadharshinivk, please fix below issues:

OnDemand Assign driver on onconfirm:

  • confirm:

    • payload belongs to the on_confirm API response.
  • on_confirm:

    • Fulfillment id, location_ids, payment_ids, provider id, quote are not matching wiht previous API response
    • In payments -> parmas like bank_account_number, bank_code & virtual_payment_address should move to TLC terms.
    • BAP & BPP_TERMS are also missing
  • track:

    • order id is not matching with on_confirm.

OnDemand_Assign_driver_post_onconfirmSelfPickup-OnDemand_Assign_driver_post_onconfirmSelfPickup:

  • on_confirm:
    • In fulfillments, auth is missing (check for all upcoming calls)
    • Agent details should not present.
    • payment_ids not matching with payments.
  • on_update:
    • Fulfillment state is incorrect
    • Fulfillment auth is missing
    • order id is not matching with previous response.
    • status:
      • order id is not matching.

OnDemand_Ride_cancellation_by_driver-OnDemand_Ride_cancellation_by_driver:

  • on_confirm:
    • In fulfillments, stops -> authorization is missing( same for all upcoming calls)

OnDemand_Ride_cancellation_by_rider-null:

  • on_confirm:
    • In fulfillments, stops -> authorization is missing( same for all upcoming calls).
  • cancel2:
    • cancellation_reason_id is not matching with previous cancel request.
  • on_cancel2:
    • In auth, token value is changing from previous on_cancel.
    • In quote, REFUND is not present.

@priyadharshinivk

Copy link
Copy Markdown
Author

@priyadharshinivk, please fix below issues:

OnDemand Assign driver on onconfirm:

* confirm:
  
  * payload belongs to the on_confirm API response.

* on_confirm:
  
  * Fulfillment id, location_ids, payment_ids, provider id, quote are not matching wiht previous API response
  * In payments -> parmas like bank_account_number, bank_code & virtual_payment_address should move to TLC terms.
  * BAP & BPP_TERMS are also missing

* track:
  
  * order id is not matching with on_confirm.

OnDemand_Assign_driver_post_onconfirmSelfPickup-OnDemand_Assign_driver_post_onconfirmSelfPickup:

* on_confirm:
  
  * In fulfillments, auth is missing (check for all upcoming calls)
  * Agent details should not present.
  * payment_ids not matching with payments.

* on_update:
  
  * Fulfillment state is incorrect
  * Fulfillment auth is missing
  * order id is not matching with previous response.
  * status:
    
    * order id is not matching.

OnDemand_Ride_cancellation_by_driver-OnDemand_Ride_cancellation_by_driver:

* on_confirm:
  
  * In fulfillments, stops -> authorization is missing( same for all upcoming calls)

OnDemand_Ride_cancellation_by_rider-null:

* on_confirm:
  
  * In fulfillments, stops -> authorization is missing( same for all upcoming calls).

* cancel2:
  
  * cancellation_reason_id is not matching with previous cancel request.

* on_cancel2:
  
  * In auth, token value is changing from previous on_cancel.
  * In quote, REFUND is not present.

@anuj-ondc Hi , i have updated with new log reports . Kindly do verify .thanks

@anuj-ondc

Copy link
Copy Markdown

@priyadharshinivk, Please fix below issues:

OnDemand Assign driver on onconfirm:

  • search:
    - Category code(ON_DEMAND_TRIP) is missing.
    - BAP_TERMS are missing

on_status16:

  • order status should be COMPLETED not COMPLETE

OnDemand_Assign_driver_post_onconfirmSelfPickup-OnDemand_Assign_driver_post_onconfirmSelfPickup:

  • search:
    - Category code(ON_DEMAND_TRIP) is missing.
    - BAP_TERMS are missing(check for all action calls, init, confirm etc)

  • on_search:

    • fulfillment type should be SELF_PICKUP.

Note: Since the fulfillment type is not SELF_PICKUP, please update this flow to assign driver post on_confirm, or align this with the existing SELF_PICKUP flow.

OnDemand_Ride_cancellation_by_driver-OnDemand_Ride_cancellation_by_driver:

  • on_confirm:

    • In fulfillments, stops -> authorization is missing( same for all upcoming calls)

    on_cancel:

    • fulfillment state should be RIDE_CANCELLED.

OnDemand_Ride_cancellation_by_rider-null:

  • on_confirm:
    • In fulfillments, stops -> authorization is missing

on_cancel14:
- fulfillment state should be RIDE_CANCELLED.

@priyadharshinivk

Copy link
Copy Markdown
Author

@priyadharshinivk, Please fix below issues:

OnDemand Assign driver on onconfirm:

* search:
  - Category code(ON_DEMAND_TRIP) is missing.
  - BAP_TERMS are missing

on_status16:

* order status should be COMPLETED not COMPLETE

OnDemand_Assign_driver_post_onconfirmSelfPickup-OnDemand_Assign_driver_post_onconfirmSelfPickup:

* search:
  - Category code(ON_DEMAND_TRIP) is missing.
  - BAP_TERMS are missing(check for all action calls, init, confirm etc)

* on_search:
  
  * fulfillment type should be SELF_PICKUP.

Note: Since the fulfillment type is not SELF_PICKUP, please update this flow to assign driver post on_confirm, or align this with the existing SELF_PICKUP flow.

OnDemand_Ride_cancellation_by_driver-OnDemand_Ride_cancellation_by_driver:

* on_confirm:
  
  * In fulfillments, stops -> authorization is missing( same for all upcoming calls)
  
  on_cancel:
  
  * fulfillment state should be RIDE_CANCELLED.

OnDemand_Ride_cancellation_by_rider-null:

* on_confirm:
  
  * In fulfillments, stops -> authorization is missing

on_cancel14: - fulfillment state should be RIDE_CANCELLED.

Hi @anuj-ondc ... The previous issues have been resolved. Please verify the code and update. Thanks

@anuj-ondc

Copy link
Copy Markdown

@priyadharshinivk, please fix below issues:
OnDemand Assign driver on onconfirm:
on_status16:

  • order status should be COMPLETED not COMPLETE (This was mentioned earlier also.)

OnDemand_Assign_driver_post_onconfirmSelfPickup-OnDemand_Assign_driver_post_onconfirmSelfPickup:

Note: Since the fulfillment type is not SELF_PICKUP, please update this flow to assign driver post on_confirm, or align this with the existing SELF_PICKUP flow.
(This was mentioned earlier also.)

OnDemand_Ride_cancellation_by_driver-OnDemand_Ride_cancellation_by_driver
on_confirm:
- In fulfillments -> stops, auth is missing( check for upcoming calls as well)
on_cancel:
- fulfillment state should be RIDE_CANCELLED.

OnDemand_Ride_cancellation_by_rider-null
om_confirm:

  • In fulfillments -> stops, auth is missing( check for upcoming calls as well)
    on_cancel14:
    • fulfillment state should be RIDE_CANCELLED.

@priyadharshinivk

Copy link
Copy Markdown
Author

@priyadharshinivk, please fix below issues: OnDemand Assign driver on onconfirm: on_status16:

* order status should be COMPLETED not COMPLETE  (This was mentioned earlier also.)

OnDemand_Assign_driver_post_onconfirmSelfPickup-OnDemand_Assign_driver_post_onconfirmSelfPickup:

Note: Since the fulfillment type is not SELF_PICKUP, please update this flow to assign driver post on_confirm, or align this with the existing SELF_PICKUP flow. (This was mentioned earlier also.)

OnDemand_Ride_cancellation_by_driver-OnDemand_Ride_cancellation_by_driver on_confirm: - In fulfillments -> stops, auth is missing( check for upcoming calls as well) on_cancel: - fulfillment state should be RIDE_CANCELLED.

OnDemand_Ride_cancellation_by_rider-null om_confirm:

* In fulfillments -> stops, auth is missing( check for upcoming calls as well)
  on_cancel14:
  
  * fulfillment state should be RIDE_CANCELLED.

@anuj-ondc those issues are from seller side

@priyadharshinivk

Copy link
Copy Markdown
Author

@priyadharshinivk, please fix below issues: OnDemand Assign driver on onconfirm: on_status16:

* order status should be COMPLETED not COMPLETE  (This was mentioned earlier also.)

OnDemand_Assign_driver_post_onconfirmSelfPickup-OnDemand_Assign_driver_post_onconfirmSelfPickup:
Note: Since the fulfillment type is not SELF_PICKUP, please update this flow to assign driver post on_confirm, or align this with the existing SELF_PICKUP flow. (This was mentioned earlier also.)
OnDemand_Ride_cancellation_by_driver-OnDemand_Ride_cancellation_by_driver on_confirm: - In fulfillments -> stops, auth is missing( check for upcoming calls as well) on_cancel: - fulfillment state should be RIDE_CANCELLED.
OnDemand_Ride_cancellation_by_rider-null om_confirm:

* In fulfillments -> stops, auth is missing( check for upcoming calls as well)
  on_cancel14:
  
  * fulfillment state should be RIDE_CANCELLED.

@anuj-ondc those issues are from seller side

Hi @anuj-ondc those issues are occured from seller side response . i am not responsible for that

@anuj-ondc

anuj-ondc commented Dec 11, 2025

Copy link
Copy Markdown

@sourabhsaini11, Please help the here to test with the workbench. Also, please check the findings for the seller side as well.

@priyadharshinivk

Copy link
Copy Markdown
Author

@sourabhsaini11, Please help the here to test with the workbench. Also, please check the findings for the seller side as well.

Hi any update ?

@sourabhsaini11

Copy link
Copy Markdown

@priyadharshinivk, Buyer's transactional logs are cleared.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants