Perfekt, probiere ich gleich mal aus.
Kannst du hieraus erkennen, warum die Finanzierung im
Shop nicht angezeigt wird?
{
"financing_country_code": "DE",
"transaction_amount": {
"currency_code": "EUR",
"value": "648.10"
}
}
-
{
"financing_country_code": "DE",
"transaction_amount": {
"currency_code": "EUR",
"value": "648.10"
},
"configuration_owner_account": "XXXXXXXX",
"financing_fee_charged_to_separate_account": false,
"financing_options": [
{
"qualifying_financing_options": [],
"non_qualifying_financing_options": []
}
]
}
Ich habe wie in der Dokumentation beschrieben, extra eine neue App angelegt.
EDIT: der SQL Befehl hat genau das getan, was er tun sollte. Danke.