POST KeyRemita/InitiatePayment
Request Information
URI Parameters
None.
Body Parameters
RemitaInitiatePaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Amount | decimal number |
None. |
|
| OrderId | string |
None. |
|
| PayerName | string |
None. |
|
| PayerEmail | string |
None. |
|
| PayerPhone | string |
None. |
|
| Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Amount": 1.0,
"OrderId": "sample string 2",
"PayerName": "sample string 3",
"PayerEmail": "sample string 4",
"PayerPhone": "sample string 5",
"Description": "sample string 6"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.