• France
Merchant Back Office
assistance
FAQContact support
Search
Categories
Tags
English
French
English
Homepage
Use cases
Create a payment
Create an installment 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
Snippets
Payment methods
Plugins
Guides
Merchant Back Office
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 inXPF

Payment of XPF 4525

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

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= 0.0087336245 (rate used)
  • vads_effective_amount = (vads_amount / vads_change_rate)
  • vads_effective_currency = 953

Installment payment of 7590 XPF in 3 installments

Parameters sent in the payment form
  • vads_amount = 7590
  • vads_currency = 953
  • vads_payment_config=MULTI_EXT:date1=2590;date2=2500;date3=2500
Returned parameters for the first installment
  • vads_amount = 7590
  • vads_currency = 953
  • 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.
© 2025 {'|'} All rights reserved to PayZen by OSB
25.22-1.11