We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Settlement Agency Issue:
ON_SETTLE
Context/timestamp Issue:
bpp_id
uri
receiver_app_id
_id
created_at
context/transaction_id
ref_transaction_id
context/message_id
ref_message_id
report
on_report
id
message/orders/0/settlements/0/updated_at
settle
on_settle
message/settlement/orders/0/self/amount/value
@shashank1234-ai
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Aarambh-RSF Validation Report
Common Errors
Settlement Agency Issue:
ON_SETTLE
flow, you are testing with a mock server, which is incorrect.Context/timestamp Issue:
Flow 1
SETTLE
bpp_id
anduri
should be the settlement agency's ID and URI.bpp_id
must not matchreceiver_app_id
.ON_SETTLE
_id
andcreated_at
: Additional fields required.REPORT
context/transaction_id
: Must not matchref_transaction_id
.context/message_id
: Must not matchref_message_id
.ON_REPORT
report
andon_report
calls.report
andon_report
calls.Flow 2
ON_SETTLE
id
andcreated_at
: Additional fields required by the API contract.ON_REPORT
created_at
: Additional field required by the API contract.ON_RECON
message/orders/0/settlements/0/updated_at
: Not in ISO 8601 format.Flow 3
ON_SETTLE
settle
andon_settle
calls.settle
andon_settle
calls.REPORT
context/transaction_id
: Matchesref_transaction_id
.ON_RECON
message/orders/0/settlements/0/updated_at
: Not in ISO 8601 format.Flow 4
ON_SETTLE
message/settlement/orders/0/self/amount/value
: Mismatch with the settle call value.Flow 5
ON_SETTLE
settle
andon_settle
calls.settle
andon_settle
calls@shashank1234-ai
The text was updated successfully, but these errors were encountered: