Payment
Payment object fields.
Occurrences
Content
| Key | Type | Description |
|---|---|---|
| brand | string|null | The used payment method |
| 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 |
|
Example
{
"brand": "visa",
"wallet": null,
"cardNumber": "424242xxxxxx4242",
"expiry": "2028-11",
"cardholderName": "zahls.ch Test",
"purchaseOnInvoiceInformation": null,
"cardCountry": "CH"
}
Changelog
2025-04-29
There are several new fields for marketplace instances:
- originInstanceUuid
- originInstanceId
- originInstanceName
- destinationInstanceUuid
- destinationInstanceId
- destinationInstanceName
They are only returned if the payment method is account.
2025-04-08
There is a new field cardholderName, which stores the name of the cardholder.
2024-11-12
There is a new field cardCountry, which stores the country the card is issued in.
2024-06-01
There is a new field, purchaseOnInvoiceInformation, which stores the data of the recipient for bank transfer payments.
2022-11-29
There is a new field wallet that states which wallet was used for this transaction, if so.