POST api/{apiVersion}/Calculate/Do
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
CalculateRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerId | globally unique identifier |
None. |
|
RecipientCorporationId | globally unique identifier |
None. |
|
RecipientCountryId | globally unique identifier |
None. |
|
TransactionTargetOptionId | globally unique identifier |
None. |
|
ReceivedAmountWithoutExpense | decimal number |
None. |
|
CustomerAccountId | globally unique identifier |
None. |
|
ReceivedPaymentAmount | decimal number |
None. |
|
ReceivedPaymentAmountCurrencyId | globally unique identifier |
None. |
|
Amount | decimal number |
None. |
|
AmountCurrencyId | globally unique identifier |
None. |
|
ChangedAmount | ChangedAmount |
None. |
|
TransactionTargetOptionCode | string |
None. |
|
RecipientIBAN | string |
None. |
|
RecipientAccountNumber | string |
None. |
|
RecipientCardNumber | string |
None. |
|
RecipientABACode | string |
None. |
|
SenderGsm | string |
None. |
|
RemittanceBankCode | string |
None. |
|
Channel | string |
None. |
|
RecipientGSMNo | string |
None. |
|
WalletOperatorId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "CustomerId": "d77aaaff-ea57-4e17-a4a8-158bd489c0a5", "RecipientCorporationId": "80bfb5bb-1aaf-48e5-9530-47be72a9ea48", "RecipientCountryId": "3974402a-675f-4f66-972f-628259799562", "TransactionTargetOptionId": "31d336eb-c55c-4a1c-af9e-084649dcbd59", "ReceivedAmountWithoutExpense": 5.0, "CustomerAccountId": "10e8be49-da5a-4500-8b20-723e5d55105e", "ReceivedPaymentAmount": 7.0, "ReceivedPaymentAmountCurrencyId": "a99ae704-b97a-4c27-bf7e-051670ed9019", "Amount": 9.0, "AmountCurrencyId": "defd804a-2789-4ecd-808c-a106e49c368f", "ChangedAmount": 0, "TransactionTargetOptionCode": "sample string 11", "RecipientIBAN": "sample string 12", "RecipientAccountNumber": "sample string 13", "RecipientCardNumber": "sample string 14", "RecipientABACode": "sample string 15", "SenderGsm": "sample string 16", "RemittanceBankCode": "sample string 17", "Channel": "sample string 18", "RecipientGSMNo": "sample string 19", "WalletOperatorId": "9d0f957e-3355-4117-acf2-a14191fa00ff" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfCalculateResponseName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | CalculateResponse |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": { "Amount": 1.0, "AmountCurrencyId": "acef47d1-d539-4f24-9a0b-5d5fd16de546", "ReceivedAmount": 3.0, "ReceivedAmountCurrencyId": "f1807f06-a16b-4d86-ad65-419ef5124481", "ReceivedAmountCurrencyIdName": "sample string 5", "ReceivedExpenseAmount": 6.0, "ReceivedExpenseAmountCurrencyId": "1575dbc6-a045-4f65-9ad5-e7d49aee69ea", "ExpenseAmount": 8.0, "ExpenseAmountCurrencyId": "6f66ad25-b68b-4fb9-af2a-d019ffc74f4c", "ExpenseAmountCurrencyIdName": "sample string 10", "CalculatedExpenseAmount": 11.0, "CalculatedExpenseAmountCurrencyId": "440a0346-f914-48c2-9a32-09218f5f41a8", "TotalReceivedAmount": 13.0, "TotalReceivedAmountCurrencyId": "82c35556-6d92-4397-9c74-f0fbcde3a4c7", "Parity": 15.0, "NonCampaignExpenseAmount": 16.0, "NonCampaignExpenseAmountCurrencyId": "6f66ad25-b68b-4fb9-af2a-d019ffc74f4c", "NonCampaignExpenseAmountCurrencyIdName": "sample string 10", "CampaignSavingFromExpenseAmount": 17.0, "CampaignSavingFromExpenseAmountCurrencyId": "6f66ad25-b68b-4fb9-af2a-d019ffc74f4c", "CampaignSavingFromExpenseAmountCurrencyIdName": "sample string 10", "HasCampaignApplied": true, "NonCampaignTotalReceivedAmount": 18.0, "NonCampaignTotalReceivedAmountCurrencyId": "82c35556-6d92-4397-9c74-f0fbcde3a4c7", "ReceivedPaymentAmount": 19.0, "ReceivedPaymentAmountCurrencyId": "ff513d5e-acd2-4f2f-89f6-b120a5f28203", "ReceivedPaymentAmountParity": 21.0, "ReceivedAmountWithoutExpense": 22.0, "ReceivedAmountWithoutExpenseCurrencyId": "e95b78bb-f559-4bbc-8f84-5b0c7ef34d8a", "HasKambiyo": true, "IsSmallerThanOne": true, "IsCorporationAcceptsDecimal": true, "IsInsufficientFunds": true, "AmountCurrencyCode": "sample string 28", "CorporationParity": 1.0, "UptionParity": 1.0, "Status": 1, "Message": "sample string 29", "IntegratedSessionIdentity": "sample string 30", "PartnerExpenseAmount": 31.0, "PartnerExpenseAmountCurrencyCode": "sample string 32", "PartnerFeeAmount": 33.0, "PartnerFeeAmountCurrencyCode": "sample string 34", "PartnerTaxAmount": 35.0, "PartnerTaxAmountCurrencyCode": "sample string 36", "CampaignContents": [ { "OrderNumber": 1, "Content": "sample string 2", "PaidAmountContent": "sample string 3" }, { "OrderNumber": 1, "Content": "sample string 2", "PaidAmountContent": "sample string 3" } ] }, "IsShowMessage": true, "IsShowRateAndReview": true }