POST api/v1/gamswitch/interbank

Request Information

URI Parameters

None.

Body Parameters

GamSwitchInterBankRequest
NameDescriptionTypeAdditional information
Type

string

None.

Card

CardParam

None.

FromAccountType

string

None.

FromAccount

string

None.

ToAccountType

string

None.

ToAccount

string

None.

Amount

string

None.

PhoneNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Type": "sample string 1",
  "Card": {
    "Number": "sample string 1",
    "ExpiryDate": "sample string 2",
    "CVV2": "sample string 3",
    "PIN": "sample string 4"
  },
  "FromAccountType": "sample string 2",
  "FromAccount": "sample string 3",
  "ToAccountType": "sample string 4",
  "ToAccount": "sample string 5",
  "Amount": "sample string 6",
  "PhoneNumber": "sample string 7"
}

application/xml, text/xml

Sample:
<GamSwitchInterBankRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects">
  <Amount>sample string 6</Amount>
  <Card>
    <CVV2>sample string 3</CVV2>
    <ExpiryDate>sample string 2</ExpiryDate>
    <Number>sample string 1</Number>
    <PIN>sample string 4</PIN>
  </Card>
  <FromAccount>sample string 3</FromAccount>
  <FromAccountType>sample string 2</FromAccountType>
  <PhoneNumber>sample string 7</PhoneNumber>
  <ToAccount>sample string 5</ToAccount>
  <ToAccountType>sample string 4</ToAccountType>
  <Type>sample string 1</Type>
</GamSwitchInterBankRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.