• France
lyra.com
Search
Categories
Tags
docs.
France
Spain
Europe (English)
India
Home
Implementation
Embedded form (cards)
REST payment API
REST PCI-DSS payment API
REST SEPA API
Hosted payment
Data collection form
File exchange
Mobile payment
Snippets
Plugins
Marketplace
Back Office
Merchant Back Office
Expert Back Office
Guides
Help
FAQ
Video tutorials
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
    Note : the MULTI_EXT value is not available for SEPA payment.
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
    Note : the MULTI_EXT value is not available for SEPA payment.
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.
Recruitment

Head Office :

LYRA NETWORK
109, rue de l’innovation
31670 Labège
FRANCE

2.8.1-doc-1.8