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

Mappls Buyer-App (RSF 2.0) - Compliance Check #2953

Open
JyotiSharma0711 opened this issue Dec 16, 2024 · 0 comments
Open

Mappls Buyer-App (RSF 2.0) - Compliance Check #2953

JyotiSharma0711 opened this issue Dec 16, 2024 · 0 comments

Comments

@JyotiSharma0711
Copy link

Mappls-Buyer-App/RSF 2.0 Common Errors

General Context Errors:

  • context/timestamp: Format is not correct in the settle call. Should follow ISO 8601 format.
  • context/message_id: Should be in UUID format.
  • context/transaction_id: Should be in UUID format.

Flow 1: Settle and On_settle

  • context/bpp_uri: Is mismatched.

Flow 1: Report and On_report

  • context/bpp_uri: Is mismatched.
  • context/message_id and ref_message_id: Should not match.
  • context/transaction_id and ref_transaction_id: Should not match.
  • ref_message_id of the Report call and context/message_id of the Settle call: Are mismatched.

Flow 2: Recon and On_recon

  • Recon call: All payload fields are incorrect.
  • message/orders/id: Should be a string in the on_recon call.

Flow 3: Recon and On_recon

  • context/version: Is not in the correct format in the recon call.
  • context/domain: Is not in the correct format in the recon call.
  • context/key: Is an additional (unnecessary) field in the recon call.

Flow 5: Settle and On_settle

  • context/timestamp: Format is not correct in the settle call. Should follow ISO 8601 format.
  • context/bpp_uri: Is mismatched.
  • context/ttl: Is mismatched.
  • context/message_id: Should be in UUID format.
  • context/transaction_id: Should be in UUID format.

@kalaivanansundaram Please resolve these errors

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

No branches or pull requests

1 participant