Einzelnen Beitrag anzeigen

BlueStarHH

Registriert seit: 28. Mär 2005
Ort: Hamburg
823 Beiträge
 
Delphi 11 Alexandria
 
#89

AW: Wie sieht die Zukunft mit XRechnung, ZUGFerD, Peppol und Co. aus ?

  Alt 22. Jul 2024, 08:03
Frage zur Zahlungsart TInvoicePaymentMeansCode: Was mache ich, wenn es dort die Zahlungsart nicht gibt? Mögliche Zahlungsarten wären bei uns auch: PayPal, eBay, Amazon Pay.
Jetzt habe ich die Antwort darauf schon selbst gefunden:

Code:
2.2.4 Electronic Wallet e.g. PayPal, AfterPay or other vendors.

Many vendors now provide online payment gateways that enable a user to view a web UI and enter card or online payment account information. The following example highlight how this information MAY be conveyed to the end user:

<cac:PaymentMeans>
  <cbc:ID>Online Payment Gateway</cbc:ID>
  <cbc:PaymentMeansCode listID="UN/ECE 4461">ZZZ</cbc:PaymentMeansCode>
<cbc:InstructionNote>https://mypaymentgateway.example.com/resource</cbc:InstructionNote>
</cac:PaymentMeans>

Some payment gateways MAY require additional information beyond a URI. In this circumstance, the FinancialAccount ABIE can be used to provide this information.
Quelle: https://docs.oasis-open.org/ubl/UBL-...l#_Toc26865417

<cbc:InstructionNote> müsste dann in TInvoice eingebaut werden?

Geändert von TBx (23. Jul 2024 um 05:41 Uhr) Grund: Quote-Tags in Code-Tags geändert
  Mit Zitat antworten Zitat