You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When card reader fee summary is requested for the Payment Details screen, only the charge date is being sent along with the request. This may not be sufficient, and transaction ID serves as a better source point to retrieve card reader fee summary details, e.g. list of active card readers from the previous month.
Acceptance criteria
Requests to the reader-charges/summary endpoint, made with the API client, contain transaction_id argument along with the existing charge_date argument.
The text was updated successfully, but these errors were encountered:
Description
When card reader fee summary is requested for the Payment Details screen, only the charge date is being sent along with the request. This may not be sufficient, and transaction ID serves as a better source point to retrieve card reader fee summary details, e.g. list of active card readers from the previous month.
Acceptance criteria
reader-charges/summary
endpoint, made with the API client, containtransaction_id
argument along with the existingcharge_date
argument.The text was updated successfully, but these errors were encountered: