POST api/cardService/v1/card/load/transactionStatus/3ds
Request Information
URI Parameters
None.
Body Parameters
GetTransactionRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TransactionId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TransactionId": "sample string 1"
}
application/xml, text/xml
Sample:
<GetTransactionRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qcs.WebApi.WebApiModels.Payment"> <TransactionId>sample string 1</TransactionId> </GetTransactionRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
WirecardTransaction| Name | Description | Type | Additional information |
|---|---|---|---|
| NameOfCard | string |
None. |
|
| RequestAmount | decimal number |
None. |
|
| LoadFee | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| CardPan | string |
None. |
|
| Cvc | string |
None. |
|
| ExpiryDate | date |
None. |
|
| BillingPostalCode | string |
None. |
|
| BillingAddress | string |
None. |
|
| BillingCity | string |
None. |
|
| CardProxyId | string |
None. |
|
| IsAutoTopup | boolean |
None. |
|
| Save | boolean |
None. |
|
| ReferenceNumber | string |
None. |
|
| User |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.