POST api/Payfort/SubmitChargeAccountCard

Request Information

URI Parameters

None.

Body Parameters

SubmitChargeAccountCardResponseModel
NameDescriptionTypeAdditional information
amount

string

None.

response_code

string

None.

fort_id

string

None.

fortid

integer

None.

sdk_token

string

None.

authorization_code

string

None.

merchant_reference

string

None.

token_name

string

None.

currency

string

None.

status

string

None.

command

string

None.

response_message

string

None.

TransactionKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "amount": "sample string 1",
  "response_code": "sample string 2",
  "fort_id": "sample string 3",
  "fortid": 4,
  "sdk_token": "sample string 5",
  "authorization_code": "sample string 6",
  "merchant_reference": "sample string 7",
  "token_name": "sample string 8",
  "currency": "sample string 9",
  "status": "sample string 10",
  "command": "sample string 11",
  "response_message": "sample string 12",
  "TransactionKey": "sample string 13"
}

application/xml, text/xml

Sample:
<SubmitChargeAccountCardResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Payment.Models">
  <TransactionKey>sample string 13</TransactionKey>
  <amount>sample string 1</amount>
  <authorization_code>sample string 6</authorization_code>
  <command>sample string 11</command>
  <currency>sample string 9</currency>
  <fort_id>sample string 3</fort_id>
  <fortid>4</fortid>
  <merchant_reference>sample string 7</merchant_reference>
  <response_code>sample string 2</response_code>
  <response_message>sample string 12</response_message>
  <sdk_token>sample string 5</sdk_token>
  <status>sample string 10</status>
  <token_name>sample string 8</token_name>
</SubmitChargeAccountCardResponseModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.