Payment
Occurrences
Content
brand
string|null
The used payment method
wallet
string|null
The used wallet else
nullPossible values:
apple-pay
google-pay
samsung-pay
visa-click-to-pay
mastercard-click-to-pay
cardNumber
string
The number of the card
Only present if
cardNumberandexpiryexist.
expiry
string
The expiry date of the card
Only present if
cardNumberandexpiryexist.
cardholderName
string
The name of the cardholder
Only present if
cardNumberandexpiryexist.
originInstanceUuid
string|null
Only for merchants of marketplaces, and if the payment method is
accountUUID of the instance on which the transaction was performed
originInstanceId
string|null
Only for merchants of marketplaces, and if the payment method is
accountID of the instance on which the transaction was performed
originInstanceName
string|null
Only for merchants of marketplaces, and if the payment method is
accountName of the instance on which the transaction was performed
destinationInstanceUuid
string|null
Only for merchants of marketplaces, and if the payment method is
accountUUID of the instance where the money is transferred to
destinationInstanceId
string|null
Only for merchants of marketplaces, and if the payment method is
accountID of the instance where the money is transferred to
destinationInstanceName
string|null
Only for merchants of marketplaces, and if the payment method is
accountName of the instance where the money is transferred to
purchaseOnInvoiceInformation
object
The data of the recipient for bank transfer payments, otherwise
nullAll values are strings:
company
address
zip
place
bankName
swift
iban
reference
cardCountry
string
The country in which the card was issued
Only present if the value is not empty
Example
{
"brand": "visa",
"wallet": null,
"cardNumber": "424242xxxxxx4242",
"expiry": "2028-11",
"cardholderName": "Payrexx 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.
Last updated