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

Terms explanation #162

Closed
korotovsky opened this issue Apr 2, 2015 · 2 comments
Closed

Terms explanation #162

korotovsky opened this issue Apr 2, 2015 · 2 comments

Comments

@korotovsky
Copy link

Please help explain the terms:

  • What does requestedAmount and processedAmount mean in FinancialTransaction class? And what is the difference between them?
  • Who requests and who proceeds?
  • In which cases requestedAmount and processedAmount can be different?
@marek-pietrzak-tg
Copy link

hi,
it's a very old issue, but I'll try to explain.

  • requestedAmount is the amount which user requested during checkout
  • processedAmount is the amount which has been processed by the payment provider.

Example:
You wanted to buy a shirt for £30 using gift card as a payment method. (requestedAmount == £30).
You have only £20 available on your gift card, so the payment provider can reserve these funds and your processedAmount == £20 is different than requested.

I hope it helps

@korotovsky
Copy link
Author

@mheki Thank you! Yes, this is still actual for me :)

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

3 participants