Description
This call returns credit card details for the specified pixi* order number.
Request Parameters
# |
Name |
Type |
Required |
Example |
Description |
1 |
OrderNr |
integer |
1 |
123 |
pixi* Order number |
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:pixiGetCreditCardInfo>
<dem:OrderNr>123</dem:OrderNr>
</dem:pixiGetCreditCardInfo>
</soapenv:Body>
</soapenv:Envelope>Response
Body 1:
# |
Name |
Type |
Description |
1 |
OrderNr |
integer |
Order number in pixi* |
2 |
CreditCardType |
string |
Credit Card Type |
3 |
CreditCardHolder |
string |
Credit Card holder |
4 |
CreditCardNumber |
string |
Credit Card number |
5 |
CreditCardExpiry |
string |
expiry date of the creditcard (format: MMYY) |
6 |
CVC |
string |
Card Vendor Code |
7 |
CCPAuthorizationID |
string |
Credit Card PAuthorizationID |
8 |
CCPIDUsedBefore |
integer |
Flag if Credit Card was used before |
Additional Notes