POST PayoutBankTransafer

Documentation for 'PayoutBankTransafer'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Token": "sample string 1",
  "Number": "sample string 2",
  "Amount": "sample string 3",
  "TransferMode": "sample string 4",
  "AccountNo": "sample string 5",
  "IFSCCode": "sample string 6",
  "BeneficiaryName": "sample string 7",
  "UPIId": "sample string 8",
  "BeneficiaryPhoneNo": "sample string 9",
  "OrderID": "sample string 10"
}

text/xml

Sample:
<BankTransferRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities">
  <AccountNo>sample string 5</AccountNo>
  <Amount>sample string 3</Amount>
  <BeneficiaryName>sample string 7</BeneficiaryName>
  <BeneficiaryPhoneNo>sample string 9</BeneficiaryPhoneNo>
  <IFSCCode>sample string 6</IFSCCode>
  <Number>sample string 2</Number>
  <OrderID>sample string 10</OrderID>
  <Token>sample string 1</Token>
  <TransferMode>sample string 4</TransferMode>
  <UPIId>sample string 8</UPIId>
</BankTransferRequestEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

URI parameters
=
Headers | Add header
: Delete
Body
Samples:
Status
Headers
Body