POST api/FPRequest

Request Information

URI Parameters

None.

Body Parameters

FawrypayRequestEntity
NameDescriptionTypeAdditional information
requestId

string

None.

fawryRefNumber

string

None.

merchantRefNumber

string

None.

customerMobile

string

None.

customerMail

string

None.

paymentAmount

string

None.

orderAmount

string

None.

fawryFees

string

None.

shippingFees

string

None.

orderStatus

string

None.

paymentMethod

string

None.

messageSignature

string

None.

CreateDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "requestId": "sample string 1",
  "fawryRefNumber": "sample string 2",
  "merchantRefNumber": "sample string 3",
  "customerMobile": "sample string 4",
  "customerMail": "sample string 5",
  "paymentAmount": "sample string 6",
  "orderAmount": "sample string 7",
  "fawryFees": "sample string 8",
  "shippingFees": "sample string 9",
  "orderStatus": "sample string 10",
  "paymentMethod": "sample string 11",
  "messageSignature": "sample string 12",
  "CreateDate": "2025-05-06T18:27:53.0772753+02:00"
}

application/xml, text/xml

Sample:
<FawrypayRequestEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FawryPayRequestHandler.Models">
  <CreateDate>2025-05-06T18:27:53.0772753+02:00</CreateDate>
  <customerMail>sample string 5</customerMail>
  <customerMobile>sample string 4</customerMobile>
  <fawryFees>sample string 8</fawryFees>
  <fawryRefNumber>sample string 2</fawryRefNumber>
  <merchantRefNumber>sample string 3</merchantRefNumber>
  <messageSignature>sample string 12</messageSignature>
  <orderAmount>sample string 7</orderAmount>
  <orderStatus>sample string 10</orderStatus>
  <paymentAmount>sample string 6</paymentAmount>
  <paymentMethod>sample string 11</paymentMethod>
  <requestId>sample string 1</requestId>
  <shippingFees>sample string 9</shippingFees>
</FawrypayRequestEntity>

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.