create third party with account
POST {{API-URL}}/api/v1/payment/remittance/third-party/create-with-account
Request Body
{"email"=>"test@test.com", "name"=>"test", "address"=>"1-A, Baker's street", "nationality"=>"INDIAN", "idType"=>"EID", "idNumber"=>"123456", "type"=>"ORIGINATOR", "clientIdentifier"=>"SENDER_REMITTANCE2", "account"=>{"clientIdentifier"=>"RECEIVER_REMITTANCE2", "accountData"=>{"accountNumber"=>"055801616164", "ifscCode"=>"ICIC0001191", "name"=>"Amrita"}, "currency"=>"INR", "country"=>"IN", "accountType"=>"BANK"}, "currency"=>"INR", "country"=>"IN", "accountType"=>"BANK"}