Hello,
Can you give me some valid account Ids, that are required by the following method:
Domestic fund transfers for the corporate
Payments Initiation
Domestic fund transfers for the corporate
--------------------------------------------------------------------------------------------------------
Authorizations:
Oauth2
Request Body schema: application/json
transferPurpose
required
string
The purpose of transfer by the corporate (ImportFinancePayment,SalesGovernmentAgencies, SalesMoneyExchangers, Others )
transferCurrency
required
string <= 3 characters
ISO 4217
fromAccountId
required
string
Unique Identifier of an account from which the funds will be debited.
transferAmount
required
string <-?[0-9]{1,18}(\.[0-9]{1,3})?>
The amount to be transferred
transferDate
required
string <date>
The value date of the transfer. This can be a future date as well.The date is in ISO 8601 date format yyyy-mm-dd
toAccountId
required
string
Unique Identifier of an account from which the funds will be debited.
----------------------------------------------------------------------------------------------------------
Regards
Anas