POST billers-middleware/payment
Request Information
URI Parameters
None.
Body Parameters
PaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentReference | string |
None. |
|
| Amount | decimal number |
None. |
|
| PhoneNumber | string |
None. |
|
| string |
None. |
||
| DebitAccount | string |
None. |
|
| TransactionPin | string |
None. |
|
| SecondFa | string |
None. |
|
| SecondFaType | string |
None. |
|
| Channel | string |
None. |
|
| Enforce2FA | boolean |
None. |
|
| Username | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentReference": "sample string 1",
"Amount": 2.0,
"PhoneNumber": "sample string 3",
"Email": "sample string 4",
"DebitAccount": "sample string 5",
"TransactionPin": "sample string 6",
"SecondFa": "sample string 7",
"SecondFaType": "sample string 8",
"Channel": "sample string 9",
"Enforce2FA": true,
"Username": "sample string 11"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.