PUT v1/Pricing/CalculateOrderAmounts

Return the amounts around the current order

Request Information

Parameters (ParameterName * = required)

Name
Description
Sample Value
AmountFrom *
No description available
Not available
PromoCode
The promo code to be applied
K74S87
PaymentMethod *
The payment method of the request
CreditCard
DeliveryMethod *
Delivery method of the funds.
OfficePickup
CountryTo *
The 2-letter country code the customer is sending to
MX
CountryFrom
The 2-letter country code the customer is sending from
MX
CurrencyTo *
The 3-letter currency code that the funds will be paid out in
MXN
CurrencyFrom
The 3-letter currency code that the funds will be paid out in
MXN

Response Information

Response body formats

application/json, text/json

Sample:
{
  "amountTo": 1.0,
  "addOnPrincipalAmount": 1.0,
  "customerFee": 1.0,
  "originalCustomerFee": 1.0,
  "taxFee": 1.0,
  "surchargeFee": 1.0
}

application/xml, text/xml

Sample:
<CalculateOrderAmountsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels">
  <_x003C_AddOnPrincipalAmount_x003E_k__BackingField>1</_x003C_AddOnPrincipalAmount_x003E_k__BackingField>
  <_x003C_AmountTo_x003E_k__BackingField>1</_x003C_AmountTo_x003E_k__BackingField>
  <_x003C_CustomerFee_x003E_k__BackingField>1</_x003C_CustomerFee_x003E_k__BackingField>
  <_x003C_OriginalCustomerFee_x003E_k__BackingField>1</_x003C_OriginalCustomerFee_x003E_k__BackingField>
  <_x003C_SurchargeFee_x003E_k__BackingField>1</_x003C_SurchargeFee_x003E_k__BackingField>
  <_x003C_TaxFee_x003E_k__BackingField>1</_x003C_TaxFee_x003E_k__BackingField>
</CalculateOrderAmountsResponse>