POST KeyRemita/InitiateTransaction
Request Information
URI Parameters
None.
Body Parameters
RemitaTransactionInitiateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerId | string |
None. |
|
| BillerId | string |
None. |
|
| ProductId | string |
None. |
|
| Amount | decimal number |
None. |
|
| PayerName | string |
None. |
|
| PayerEmail | string |
None. |
|
| PayerPhone | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CustomerId": "sample string 1",
"BillerId": "sample string 2",
"ProductId": "sample string 3",
"Amount": 4.0,
"PayerName": "sample string 5",
"PayerEmail": "sample string 6",
"PayerPhone": "sample string 7"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.