POST api/Revolout/CreatePayment
Request Information
URI Parameters
None.
Body Parameters
RevoloutCreatePaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| RequestId | string |
None. |
|
| AccountId | string |
None. |
|
| Amount | string |
None. |
|
| Currency | string |
None. |
|
| ChargeBearer | string |
None. |
|
| Reference | string |
None. |
|
| TransferReasonCode | string |
None. |
|
| Receiver | Receiver |
None. |
Request Formats
application/json, text/json
Sample:
{
"RequestId": "sample string 1",
"AccountId": "sample string 2",
"Amount": "sample string 3",
"Currency": "sample string 4",
"ChargeBearer": "sample string 5",
"Reference": "sample string 6",
"TransferReasonCode": "sample string 7",
"Receiver": {
"Counterpartyid": "sample string 1",
"AccountId": "sample string 2"
}
}
text/xml
Sample:
<RevoloutCreatePaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Revolout">
<account_id>sample string 2</account_id>
<amount>sample string 3</amount>
<charge_bearer>sample string 5</charge_bearer>
<currency>sample string 4</currency>
<receiver>
<account_id>sample string 2</account_id>
<counterparty_id>sample string 1</counterparty_id>
</receiver>
<reference>sample string 6</reference>
<request_id>sample string 1</request_id>
<transfer_reason_code>sample string 7</transfer_reason_code>
</RevoloutCreatePaymentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.