POST CreateFatoraPayment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| fatoraCreatePayment | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Lang": "sample string 1",
"Amount": 2.0,
"ProductName": "sample string 3",
"MerchantName": "sample string 4",
"PurchasingReasonId": 5,
"TransferReasonDesc": "sample string 6"
}
text/xml
Sample:
<FatoraCreatePaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ChamBankWebservice.Models"> <Amount>2</Amount> <Lang>sample string 1</Lang> <MerchantName>sample string 4</MerchantName> <ProductName>sample string 3</ProductName> <PurchasingReasonId>5</PurchasingReasonId> <TransferReasonDesc>sample string 6</TransferReasonDesc> </FatoraCreatePaymentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.