POST api/Payfort/QueueChargeMultipleTransactions
Request Information
URI Parameters
None.
Body Parameters
Collection of ChargeAccountCardModelName | Description | Type | Additional 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" }, { "AccountCardKey": "sample string 1", "TransactionKey": "sample string 2", "PaymentKey": "sample string 3", "PaymentProductId": 1, "EmailAddress": "sample string 5" } ]
application/xml, text/xml
Sample:
<ArrayOfChargeAccountCardModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Payment.Models"> <ChargeAccountCardModel> <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> <ChargeAccountCardModel> <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> </ArrayOfChargeAccountCardModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |