Zahlung
Felder des Payment-Objekts.
Vorkommen
Inhalt
| Key | Type | Description |
|---|---|---|
| brand | string|null | Verwendetes Zahlungsmittel |
| wallet | string|null |
|
| cardNumber | string |
|
| expiry | string |
|
| cardholderName | string |
|
| originInstanceUuid | string|null |
|
| originInstanceId | string|null |
|
| originInstanceName | string|null |
|
| destinationInstanceUuid | string|null |
|
| destinationInstanceId | string|null |
|
| destinationInstanceName | string|null |
|
| purchaseOnInvoiceInformation | object |
|
| cardCountry | string |
|
Beispiel
{
"brand": "visa",
"wallet": null,
"cardNumber": "424242xxxxxx4242",
"expiry": "2028-11",
"cardholderName": "zahls.ch Test",
"purchaseOnInvoiceInformation": null,
"cardCountry": "CH"
}
Changelog
2025-04-29
Neue Felder für Marktplatz-Instanzen:
- originInstanceUuid
- originInstanceId
- originInstanceName
- destinationInstanceUuid
- destinationInstanceId
- destinationInstanceName
Sie werden nur zurückgegeben, wenn das Zahlungsmittel account ist.
2025-04-08
Neues Feld cardholderName für den Namen des Karteninhabers.
2024-11-12
Neues Feld cardCountry für das Ausstellungsland der Karte.
2024-06-01
Neues Feld purchaseOnInvoiceInformation mit Empfängerdaten für Banküberweisungen.
2022-11-29
Neues Feld wallet gibt an, welche Wallet für die Transaktion verwendet wurde (falls zutreffend).