Create a transaction using an approved quote.post https://ic-webapi-test.azurewebsites.net/api/v4/transactions/initiateRecent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body ParamsquoteIdstringrequiredlength ≥ 1Use the Quote Id received using /api/v1/quote endpoint. (Required)referencestring | nullThis is 9-digit unique ICTC number given to the Sender. (Required) Before sending a transaction agent should generate a number using the 'transactions/generate-ictc' request.partnerReferencestring | nullUnique number sent by Agent system for each transaction. (Required)payingAgentstring | nullReceiving agent code. (Required)targetCurrencystring | nullThe currency code of the target amount as specified by ISO4217. (Required)targetAmountdouble | nullThe amount of money the recipient will receive.Conditional rules: • Either TargetAmount or SourceAmount is required. Both values cannot be passed at a time.sourceCurrencystring | nullThe currency code of the settlement amount as specified by ISO4217. (Required)sourceAmountdouble | nullThe amount of money the remitter is sent in local currency.Conditional rules: • Either TargetAmount or SourceAmount is required. Both values cannot be passed at a time.customerPrincAmountdoubleThe amount collected from customer. (Required)originatingCountrystring | nullOriginating country from where the remittance is sent. (Required) Format: ISO-3166 alpha-2 codedestinationCountrystring | nullDestination country. (Required) Format: ISO-3166 alpha-2 code.sourceOfFundstring | nullSource of the funds. (Required) Use the '/types?filter=source-of-funds' endpoint to get a list of allowed types.otherSourceOfFundstring | nullProvides a textual description explaining the source of funds in detailConditional rules: • Mandatory if SourceOfFund is 39 (Others)deliveryModeint32Defines the method of remittance to the recipient. (Required) Use the '/receiving-countries' endpoint to get a list of allowed delivery modes per country.remittancePurposeint32Purpose of the remittance. (Required) Use the '/types?filter=remittance-purposes' endpoint to get a list of allowed types.otherRemittancePurposestring | nullAdditional notes for remittance purpose.Conditional rules: • Mandatory if RemittancePurpose is 23 (Others)remarksstring | nullAn additional remittance details. (Optional) Maximum 150 characters.pepIdentifiedbooleanPolitically Exposed Person Specifies whether to check the sender in the PEP list. (Optional) If true, transaction will go to Compliance block to check if Remitter is PEP.truefalsemessagePayeeBranchstring | nullMessage to Payee agent. (Optional) Maximum 100 characters.callBeneficiarybooleanDetermines whether Beneficiary branch should call to Beneficiary.truefalseonBehalfOfAnotherPersonbooleanThe value indicates that the transaction is being sent on behalf of another person.truefalsetotalTransactionAmountPerAnnumdouble | nullExpected total amount per annum.Conditional rules: • It is mandatory if the receiving country is one of the Gulf Cooperation Council (GCC) countries.transactionsPerAnnumint32 | nullExpected transactions per annum.Conditional rules: • It is mandatory if the receiving country is one of the Gulf Cooperation Council (GCC) countries.remTypestring | nullSpecifies the type of remittance for the transaction(Individual or Corporate).remitterobjectremitter objectbeneficiaryobjectbeneficiary objectHeadersx-fapi-financial-idstringrequired^[A-Z]{2}[0-9A-Z]{4}$This is the agent correspondent id provided to the agent by the IC Operations department. It is used to facilitate API management and auditing.x-correlation-idstring\w{8}-\w{4}-\w{4}-\w{4}-\w{12}This header is used to uniquely identify the HTTP request and to facilitate troubleshooting.x-agent-user-idstring\w{1,15}This is the user code provided to the agent by the IC Operations department.x-agent-user-passwordstringPassword shared by IC Operations department.x-idempotency-keystring\w{8}-\w{4}-\w{4}-\w{4}-\w{12}Unique request identifier to support idempotency. You may generate (UUID v4) value using the programming language.Responses 200OK 400Bad Request 500Internal Server Error 503Service UnavailableUpdated 3 days ago Create a ventaja transaction.Did this page help you?YesNo