POST api/Payment/InitiatePayment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| EBPayReq | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"firstname": "sample string 1",
"email": "sample string 2",
"phoneno": "sample string 3",
"amount": "sample string 4",
"productinfo": "sample string 5",
"address1": "sample string 6",
"address2": "sample string 7",
"city": "sample string 8",
"zipcode": "sample string 9"
}
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.