POST ClientPreSelection/Payment
Client Preselection Payment
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ResultTwilioToken
ResultEAPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| NextStep | string |
None. |
|
| PaymentMethodCodeId | integer |
None. |
|
| PaymentUrl | string |
None. |
|
| SupportedCardTypeList | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"NextStep": "sample string 1",
"PaymentMethodCodeId": 1,
"PaymentUrl": "sample string 2",
"SupportedCardTypeList": [
"sample string 1",
"sample string 2"
]
}
application/xml, text/xml
Sample:
<ResultEAPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<NextStep>sample string 1</NextStep>
<PaymentMethodCodeId>1</PaymentMethodCodeId>
<PaymentUrl>sample string 2</PaymentUrl>
<SupportedCardTypeList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SupportedCardTypeList>
</ResultEAPayment>