mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
3 lines
3.3 KiB
Plaintext
3 lines
3.3 KiB
Plaintext
<span style="font-size:28px;"><strong><span class="highlight" rel="Stripe">Stripe</span></strong></span><p> </p><h1>Stripe (API)</h1><span class="wiki-text">Für Stripe können Live-Importe eingestellt werden. Darüber hinaus können auch Rückzahlungen von <span class="highlight" rel="Stripe">Stripe</span> via API importiert werden.</span><br /><span class="wiki-text"><img alt=":wawision:stripe_live_import_name.png" class="wiki-image" data-mfp-src="/images/wiki-import/wawision/stripe_live_import_name.png" src="https://xentral.com/images/wiki-import/wawision/stripe_live_import_name.png" style="cursor: pointer;" /></span> <span class="wiki-text"><img alt=":wawision:stripe_live-import.png" class="wiki-image" data-mfp-src="/images/wiki-import/wawision/stripe_live-import.png" src="https://xentral.com/images/wiki-import/wawision/stripe_live-import.png" style="cursor: pointer;" /></span><br /><span class="wiki-text">Die Payouts können über den Schalter API_SKIPPAYOUTS=>1; ausgelassen werden. Dadurch werden diese nicht abgeholt.</span><br /><br /><span class="wiki-text"><strong>API Key eintragen:</strong><br />Unter <a class="wiki-link" href="https://dashboard.stripe.com/account/apikeys">https://dashboard.<span class="highlight" rel="stripe">stripe</span>.com/account/apikeys</a> können Sie die API Keys einsehen.<br />Der Secret Key wird benötigt, damit Xentral die Zahlungen von <span class="highlight" rel="Stripe">Stripe</span> abholen kann. </span> <span class="wiki-text">Im Geschäftskonto unter dem Punkt Live-Import können Sie diesen wie folgt eingeben:</span><pre><code class="hljs makefile">API_USERNAME=>sk_live_xxxxxxxx;API_DAYS=>3;API_ALLPAYMENTS=>1;USE_PAYMENT_INTENT=>1;
|
||
|
||
</code></pre><ul><li><strong>API_USERNAME</strong> → Secret Key aus dem <span class="highlight" rel="Stripe">Stripe</span> Dashboard</li><li><strong>API_DAYS</strong> → Zahlungen aus vergangenen x Tage abholen</li><li><strong>API_ALLPAYMENTS</strong> → Kann 0 oder 1 sein. Bei 0 werden nur die Einzahlungen importiert. Wird der Parameter hingegen auf 1 gesetzt, werden auch Rückzahlungen importiert.</li><li><strong>USE_PAYMENT_INTENT=>1;</strong> → Als Buchungstext wird die last_trans_id eingetragen.</li></ul><h1>Stripe (CSV)</h1> <span class="wiki-text">id<br />Description<br />Created (UTC)<br />Amount<br />Amount Refunded<br />Currency<br />Converted Amount<br />Converted Amount Refunded<br />Fee<br />Tax<br />Converted Currency<br />Mode<br />Status<br />Statement Descriptor<br />Customer ID<br />Customer Description<br />Customer Email Captured<br />Card ID Card Last4<br />Card Brand<br />Card Funding<br />Card Exp Month<br />Card Exp Year<br />Card Name<br />Card Address Line1<br />Card Address Line2<br />Card Address City<br />Card Address State<br />Card Address Country<br />Card Address Zip<br />Card Issue Country<br />Card Fingerprint<br />Card CVC Status Card AVS Zip Status<br />Card AVS Line1 Status<br />Card Tokenization Method<br />Disputed Amount Dispute Status<br />Dispute Reason Dispute Date (UTC)<br />Dispute Evidence Due (UTC)<br />Invoice ID<br />Payment Source Type<br />Destination<br />Transfer<br />Interchange Costs<br />Merchant Service Charge<br />Transfer Group<br />email (metadata)<br />order_id (metadata)</span> |