POST api/Payfort/ChargeAccountCard

Request Information

URI Parameters

None.

Body Parameters

ChargeAccountCardModel
NameDescriptionTypeAdditional information
AccountCardKey

string

None.

TransactionKey

string

None.

PaymentKey

string

None.

PaymentProductId

integer

None.

EmailAddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountCardKey": "sample string 1",
  "TransactionKey": "sample string 2",
  "PaymentKey": "sample string 3",
  "PaymentProductId": 1,
  "EmailAddress": "sample string 5"
}

application/xml, text/xml

Sample:
<ChargeAccountCardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Payment.Models">
  <AccountCardKey>sample string 1</AccountCardKey>
  <EmailAddress>sample string 5</EmailAddress>
  <PaymentKey>sample string 3</PaymentKey>
  <PaymentProductId>1</PaymentProductId>
  <TransactionKey>sample string 2</TransactionKey>
  <UserHostAddress>sample string 4</UserHostAddress>
</ChargeAccountCardModel>

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.