POST api/Payment/UserConfirmationConsent
Request Information
URI Parameters
None.
Body Parameters
ReqUserConfirmationConsent| Name | Description | Type | Additional information |
|---|---|---|---|
| BankAccountId | integer |
None. |
|
| Consent | string |
Required String length: inclusive between 8 and 10 |
|
| IsVirtualAccount | boolean |
None. |
|
| CustomerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"BankAccountId": 1,
"Consent": "sample string 2",
"IsVirtualAccount": true,
"CustomerId": 4
}
application/xml, text/xml
Sample:
<ReqUserConfirmationConsent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NEOWAY.Models.Request.Payment"> <BankAccountId>1</BankAccountId> <Consent>sample string 2</Consent> <CustomerId>4</CustomerId> <IsVirtualAccount>true</IsVirtualAccount> </ReqUserConfirmationConsent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |