• France
Search
Categories
Tags
English
French
English
Implementation
Embedded form (cards)
REST payment API
Hosted payment
Push mail
File exchange
Mobile payment
Logos
Plugins
Back office
Guides
Helpers
FAQ
Support

vads_effective_amount

Description

Payment amount in the currency used for the capture in the bank.

Output field, returned in the response (IPN and Return URL).

Format n..12
   
Examples Example for a shop with capture in EUR

Payment of EUR 45, 25

Parameters sent in the payment form
  • vads_amount = 4525
  • vads_currency = 978
Returned parameters
  • vads_amount = 4525
  • vads_currency = 978
  • vads_effective_amount = 4525
  • vads_effective_currency = 978

Payment of USD 10

Parameters sent in the payment form
  • vads_amount = 1000
  • vads_currency = 840
Returned parameters
  • vads_amount = 1000
  • vads_currency = 840
  • vads_change_rate= 1.0490000000 (rate used)
  • vads_effective_amount = 953 (vads_amount / vads_change_rate)
  • vads_effective_currency = 978

Installment payment of EUR 75.90 in 3 installments

Parameters sent in the payment form
  • vads_amount = 7590
  • vads_currency = 978
  • vads_payment_config=MULTI_EXT:date1=2590;date2=2500;date3=2500
Returned parameters for the first installment
  • vads_amount = 7590
  • vads_currency = 978
  • vads_effective_amount = 2590

Payment of USD 90 paid in 3 installments

Parameters sent in the payment form
  • vads_amount = 9000
  • vads_currency = 840
  • vads_payment_config=MULTI_EXT:20121025=3000;20121026=2000;20121027=4000
Returned parameters for the first installment
  • vads_amount = 9000
  • vads_currency = 840
  • vads_change_rate= 1.3118 (exchange rate)
  • vads_effective_amount = 2287 ( amount of the 1st installment, $30 / vads_change_rate)
Category Transaction details.
© 2023 | All rights reserved to Systempay
2.9.0-doc-1.8