• France
status page
Demo shops
assistance
FAQContact support
Search
Categories
Tags
Europe (English)
France
Spain
Europe (English)
India
Homepage
Use cases
Create a payment
Create an installment payment
Create a multi-card (split) payment
Create a payment by Alias (Token)
Create a payment link
Create a recurring payment
Manage subscriptions
Manage your transactions (refund, cancel...)
Analyze your reports
API docs
Embedded Form
REST API
Hosted payment
Mobile payment
File exchange
SDD mandates by REST API
Snippets
Payment methods
Plugins
Marketplace
Guides
Merchant Back Office
Back Office Expert
Functional guides

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 inEUR

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.
Jobs
Legal
GDPR
25.18-1.11