As @TIMAI2 suggested and try this text string in the PostText method
{
"statusMessage": null,
"model": {
"transferDetails": {
"selections": {
"countryTo": "DO",
"stateTo": null,
"currencyTo": "DOP",
"currencyFrom": "EUR",
"paymentMethod": "DebitCard",
"deliveryMethod": "OfficePickup",
"amountFrom": 100.0,
"amountTo": null,
"agentToId": null,
"agentToLocationId": null,
"promoCode": null,
"promoId": 0,
"transferReason": null,
"shouldCalcAmountFrom": false,
"shouldCalcVariableRates": false,
"countryFrom": null
},
"calculations": {
"amountTo": 6413.0800,
"amountFrom": 100.0,
"promoAmount": 0.0,
"totalFeesAndTaxes": 2.99,
"totalAmount": 102.99,
"totalAmountUSD": 107.79,
"exchangeRate": 64.0,
"isBestRate": false,
"transferFee": 2.99,
"originalCustomerFee": 0.0,
"isAmountFromValid": null,
"sendAmountLimit": {
"minimumSendFromAmount": 1.0,
"maximumSendFromAmount": 10000.0000,
"minimumSendToAmount": 64.0,
"maximumSendToAmount": 641309.0,
"showInlineError": true
},
"decimalPrecision": 2,
"taxAmount": 0.0,
"isPromoValid": false,
"isReceiveAmountSplit": false,
"splitExchangeRate1": null,
"splitReceiveAmount1": 0.0,
"splitCurrency1": null,
"splitExchangeRate2": null,
"splitReceiveAmount2": 0.0,
"splitCurrency2": null,
"variableRates": [{
"value": "OfficePickup",
"exchangeRate": 64.0,
"payAgentName": "",
"payAgentId": 0,
"isBestRate": false
}, {
"value": "BankDeposit",
"exchangeRate": 64.0,
"payAgentName": "",
"payAgentId": 0,
"isBestRate": false
}, {
"value": "HomeDelivery",
"exchangeRate": 64.0,
"payAgentName": "",
"payAgentId": 0,
"isBestRate": false
}, {
"value": "MobilePayment",
"exchangeRate": 64.1,
"payAgentName": "Billet Mobile Wallet (BHD)",
"payAgentId": 18994511,
"isBestRate": true
}],
"sendAmountUSD": 104.66,
"transferFeeUSD": 3.13,
"correspondentPayoutFeeCurrency": null,
"correspondentPayoutFeeAmount": 0.0,
"estimatedAmountToAfterCorrespondentFees": 0.0,
"payAgentId": 0,
"payAgentName": "",
"exchangeRatePromo": 64.13082512,
"calculatedRatePromo": 64.13082512
},
"transferOptions": {
"countries": null,
"currencies": [{
"currencyCode": "DOP",
"isDefaultCurrency": true
}, {
"currencyCode": "USD",
"isDefaultCurrency": false
}],
"paymentMethods": [{
"value": "CreditCard",
"text": "Credit card"
}, {
"value": "DebitCard",
"text": "Debit card"
}, {
"value": "DirectBank",
"text": "Direct bank"
}],
"deliveryMethods": [{
"value": "OfficePickup",
"text": "Cash pickup"
}, {
"value": "HomeDelivery",
"text": "Home delivery"
}, {
"value": "BankDeposit",
"text": "Bank"
}, {
"value": "MobilePayment",
"text": "Mobile wallet"
}]
},
"sessionId": null
},
"recipient": {
"recipients": null,
"id": null
},
"validationStatus": []
},
"formData": null,
"contentModels": null,
"errorResponse": {
"errors": []
},
"profileStatus": null,
"action": null,
"actionValue": null,
"beneficiaryBanks": null,
"bankAccountFormatDropdown": null,
"isMobileWalletAccountNumberFreeText": false,
"isMobileWalletCountryCodeRemove": false,
"isMobileWalletZeroPrefix": false
}
Taifun