Description
This call gets all the payment types of the customer
Request Parameters
| # |
Name |
Type |
Required |
Example |
Description |
| 1 |
Code |
string |
0 |
Sample text |
Code |
| 2 |
PaymentText |
string |
0 |
Sample text |
PaymentText |
| 3 |
IniOrderStatus |
string |
0 |
Sample text |
IniOrderStatus |
| 4 |
TagXML |
string |
0 |
Sample text |
TagXML |
Request body
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:dem="https://api.pixi.eu/soap/demosandbox/">
<soapenv:Header/>
<soapenv:Body>
<dem:pixiGetPaymenttypes>
<dem:Code>Sample text</dem:Code>
<dem:PaymentText>Sample text</dem:PaymentText>
<dem:IniOrderStatus>Sample text</dem:IniOrderStatus>
<dem:TagXML>Sample text</dem:TagXML>
</dem:pixiGetPaymenttypes>
</soapenv:Body>
</soapenv:Envelope>
Response
Body 1: Result set
| # |
Name |
Type |
Description |
| 0 |
Code |
string |
Uniqe code of the paymenttype |
| 1 |
PaymentText |
string |
Name of the paymenttype |
| 2 |
IniOrderStatus |
string |
IniOrderStatus is the default stauts of an order after export with that paymenttype |
| 3 |
XMLTag |
string |
XML is the tag of the paymenttype which is used in open trans for example |
Additional Notes