POST api/v1/vodacash/init-transfer
Request Information
URI Parameters
None.
Body Parameters
VodaCashInitTransferRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ChannelId | string |
None. |
|
| Amount | decimal number |
None. |
|
| Currency | string |
None. |
|
| TxId | string |
None. |
|
| Recipient | string |
None. |
|
| Sender | string |
None. |
|
| TranId | string |
None. |
|
| TranDate | date |
None. |
|
| RequestId | string |
Required Matching regular expression pattern: (^(?=.{4,50}$)([ A-Za-z0-9.|/-]+$)) |
|
| CountryId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChannelId": "sample string 1",
"Amount": 2.0,
"Currency": "sample string 3",
"TxId": "sample string 4",
"Recipient": "sample string 5",
"Sender": "sample string 6",
"TranId": "sample string 7",
"TranDate": "2025-12-12T19:49:09.3368599+00:00",
"RequestId": "sample string 9",
"CountryId": "sample string 10"
}
application/xml, text/xml
Sample:
<VodaCashInitTransferRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects.VodaCash"> <CountryId xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects">sample string 10</CountryId> <RequestId xmlns="http://schemas.datacontract.org/2004/07/FirstBank.SingleBiller.CoreObject.DataTransferObjects">sample string 9</RequestId> <Amount>2</Amount> <ChannelId>sample string 1</ChannelId> <Currency>sample string 3</Currency> <Recipient>sample string 5</Recipient> <Sender>sample string 6</Sender> <TranDate>2025-12-12T19:49:09.3368599+00:00</TranDate> <TranId>sample string 7</TranId> <TxId>sample string 4</TxId> </VodaCashInitTransferRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.