PUT v1/Pricing/GetSendAmountLimits
Get the min/max limit for the transaction details provided
Request Information
Parameters (ParameterName * = required)
Name
Description
Sample Value
DeliveryMethod
The delivery method for the funds
OfficePickup
AgentToId
The agent ID relating to where the funds will be picked up
489712
AgentToLocationId
The agent location ID relating to where the funds will be picked up
12563211
PaymentMethod
The payment method of the order, if known at the time
CreditCard
AmountFrom
The base amount that the customer wants to send.
121.87
AmountTo
The base amount that the customer wants beneficiary to receive.
121.87
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:
{ "minimumSendFromAmount": 1.0, "maximumSendFromAmount": 2.0, "minimumSendToAmount": 3.0, "minimumSendToAmountIsDefaulted": true, "maximumSendToAmount": 5.0, "maximumSendToAmountIsDefaulted": true, "showInlineError": true }
application/xml, text/xml
Sample:
<SendAmountLimitsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ria.Digital.WebServices.DataModels"> <_x003C_MaximumSendFromAmount_x003E_k__BackingField>2</_x003C_MaximumSendFromAmount_x003E_k__BackingField> <_x003C_MaximumSendToAmountIsDefaulted_x003E_k__BackingField>true</_x003C_MaximumSendToAmountIsDefaulted_x003E_k__BackingField> <_x003C_MaximumSendToAmount_x003E_k__BackingField>5</_x003C_MaximumSendToAmount_x003E_k__BackingField> <_x003C_MinimumSendFromAmount_x003E_k__BackingField>1</_x003C_MinimumSendFromAmount_x003E_k__BackingField> <_x003C_MinimumSendToAmountIsDefaulted_x003E_k__BackingField>true</_x003C_MinimumSendToAmountIsDefaulted_x003E_k__BackingField> <_x003C_MinimumSendToAmount_x003E_k__BackingField>3</_x003C_MinimumSendToAmount_x003E_k__BackingField> <_x003C_ShowInlineError_x003E_k__BackingField>true</_x003C_ShowInlineError_x003E_k__BackingField> </SendAmountLimitsResponse>