POST api/Payfort/AddAccountCardAndGetMerchantPageInfo
Request Information
URI Parameters
None.
Body Parameters
AddAccountCardAndGetMerchantPageInfoModelName | Description | Type | Additional information |
---|---|---|---|
TransactionKey | string |
None. |
|
AccountKey | string |
None. |
|
CountryId | integer |
None. |
|
PaymentTypeKey | string |
None. |
|
RequestUri | URI |
None. |
|
ReturnUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TransactionKey": "sample string 1", "AccountKey": "sample string 2", "CountryId": 3, "PaymentTypeKey": "sample string 4", "RequestUri": "http://webapihelppage5.com", "ReturnUrl": "sample string 6" }
application/xml, text/xml
Sample:
<AddAccountCardAndGetMerchantPageInfoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vezeeta.Payment.Models"> <AccountKey>sample string 2</AccountKey> <CountryId>3</CountryId> <PaymentTypeKey>sample string 4</PaymentTypeKey> <RequestUri>http://webapihelppage5.com/</RequestUri> <ReturnUrl>sample string 6</ReturnUrl> <TransactionKey>sample string 1</TransactionKey> </AddAccountCardAndGetMerchantPageInfoModel>
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. |