Prices

The pricing endpoint will have changes in the information return.

A company with ARS currency by default will receive the following data structure:

{
   "withdrawal":{
      "prices":{
         "type":"business_prices",
         "attributes":{
            "valid_until":"2023-10-11T04:56:20.632Z",
            "business_days_of_payment":{
               "us":2,
               "ht":1,
               "do":2,
               "ec":1,
               "cl":1,
               "bo":2,
               "mx":0,
               "co":1,
               "py":2,
               "cr":2,
               "cn":2,
               "gb":2,
               "peusd":2,
               "pe":1,
               "br":2,
               "pa":2,
               "ve":0,
               "uy":2,
               "eu":2,
               "cocop":1,
               "ar":2
            },
            "ars_sell":{
               "us":0.0054,
               "ht":0.0054,
               "do":0.31,
               "ec":0.0054,
               "cl":4.41,
               "bo":0.038,
               "mx":0.1,
               "co":24.4134,
               "py":40.37,
               "cr":3.06,
               "cn":0.037,
               "gb":0.0044,
               "peusd":0.0054,
               "pe":0.021,
               "br":0.028,
               "pa":0.0054,
               "ve":0.1188,
               "uy":0.21,
               "eu":0.005,
               "cocop":24.66,
               "ar":1.0
            },
            "fixed_cost":{
               "us":"0.0",
               "ht":"0.0",
               "do":"0.0",
               "ec":"0.0",
               "cl":"0.0",
               "bo":"0.0",
               "mx":"0.0",
               "co":"20.0",
               "py":"0.0",
               "cr":"0.0",
               "cn":"0.0",
               "gb":"0.0",
               "peusd":"0.0",
               "pe":"0.0",
               "br":"0.0",
               "pa":"0.0",
               "ve":"100.0",
               "uy":"0.0",
               "eu":"0.0",
               "cocop":"0.0",
               "ar":"0.0"
            },
            "min_amount":{
               "us":"3703.703703703704",
               "ht":"3703.703703703704",
               "do":"3703.703703703704",
               "ec":"3703.703703703704",
               "cl":"3703.703703703704",
               "bo":"3703.703703703704",
               "mx":"3703.703703703704",
               "co":"3703.703703703704",
               "py":"3703.703703703704",
               "cr":"3703.703703703704",
               "cn":"3703.703703703704",
               "gb":"41666.66666666667",
               "peusd":"3703.703703703704",
               "pe":"3703.703703703704",
               "br":"3703.703703703704",
               "pa":"3703.703703703704",
               "ve":"3703.703703703704",
               "uy":"3703.703703703704",
               "eu":"185.1851851851852",
               "cocop":"3703.703703703704",
               "ar":"3703.703703703704"
            }
         }
      }
   },
   "vita_sent":{
      "prices":{
         "type":"business_prices",
         "attributes":{
            "valid_until":"2023-10-11T04:56:20.632Z",
            "ars_sell":{
               "us":0.0054,
               "ht":0.0054,
               "do":0.0054,
               "ec":0.0054,
               "cl":4.41,
               "bo":0.0054,
               "mx":0.1,
               "co":24.66,
               "py":0.0054,
               "cr":0.0054,
               "cn":0.0054,
               "gb":0.0054,
               "peusd":0.0054,
               "pe":0.0054,
               "br":0.0054,
               "pa":0.0054,
               "ve":0.0054,
               "uy":0.0054,
               "eu":0.0054,
               "cocop":24.66,
               "ar":1.0
            },
            "fixed_cost":{
               "us":"0.0",
               "ht":"0.0",
               "do":"0.0",
               "ec":"0.0",
               "cl":"0.0",
               "bo":"0.0",
               "mx":"0.0",
               "co":"0.0",
               "py":"0.0",
               "cr":"0.0",
               "cn":"0.0",
               "gb":"0.0",
               "peusd":"0.0",
               "pe":"0.0",
               "br":"0.0",
               "pa":"0.0",
               "ve":"0.0",
               "uy":"0.0",
               "eu":"0.0",
               "cocop":"0.0",
               "ar":"0.0"
            }
         }
      }
   }
}

WITHDRAWALS

Note that the pricing endpoint will return the following data for withdrawals:

FieldDetail
valid_until

Price lifetime

business_days_of_payment

Number of business days to make payment to the customer's account

ars_sell

Sales price of the company currency, for the example ARS is used as the source currency, it can be changed to COP (cop_sell), MXN (mxn_sell), USD (usd_sell), CLP (clp_sell)

fixed_cost

Fixed cost in the destination currency of the country to be transferred

min_amount

Minimum amount to send for each country to be transferred in the currency of origin (ars)

SENDING TO VITA WALLET USERS

Note that the pricing endpoint will return the following data for shipments to registered Vita Wallet users:

FieldDetail
valid_until

Price lifetime

ars_sell

Sales price of the company currency, for the example ARS is used as the source currency, it can be changed to COP (cop_sell), MXN (mxn_sell), USD (usd_sell), CLP (clp_sell)

fixed_cost

Fixed cost in the user's currency to be transferred in Vita Wallet

Última actualización