TAG.Stripe package update
Mayor changes:
- Able to pay with the browser (no smart contracts).
- Uses webhooks instead of polling for confirming payment.
- Supports TST as currency if the connected Stripe account is in test mode.
IMPORTANT:
There is currently no way to confirm if the contract version of the flow actually works since TAG do not have access to create PaymentMethod‘s with the Stipe api.
How to use webflow
Setup
- In the neuron’s Stripe settings panel you have to specify everythin and set the Payment flow to “Prefer web redirection”. This will make sure the service chooses not to use contracts.
Buying edaler with the agent api
- Login as a user with a valid wallet and id.
- use /Wallet/InitiateBuyEDaler to initiate payment.
- You will get an event form the neuron’s event pipeline (websocket) where if everything when correctly you will get a url for the payment. You can:
a) Choose to redirect (or open a new page) the user and make the payment on the default payment page.
b) Extreact the clientSecret and create the Stripe Payment Elements yourself.
- Now after all payment details are submitted, the payment should be complete and edaler appere in the wallet.
Notes:
- If you use the default payment page, you can set successUrl to specify where to send the user after a succesfull payment. If not specified it will go to the default page.
TST as currency
If you development neuron uses TST as a currency, the stripe implementation will treat it as EUR but only and only if the Stripe account is in test mode, otherwise it will reject the request. TLDR: if you use TST as currency, Stripe have to be in test mode.
Stripe Card Payments
You can now perform Stripe Card Payments in clients connected to Neurons, by installing the TAG.Stripe.package
, available in the Packages page in the Admin menu. You will need to provide a key when installing. Use the following public key:
Some more information | |
---|---|
Package | TAG.Stripe.package |
Installation key | t8HcKgsFskeu9TSH174LJfDwfOjJI4+1IzkJQZT55Jdm9TR81evOuoOCRIbPsWO/2WjUN1FEvDsAc829125a339db47edb611fce72f7ed8c |
Configuring Service | /Stripe/Settings.md on the neuron on which the service is installed. |
More information | https://github.com/Trust-Anchor-Group/NeuronStripe |
#new, #features, #payments, #stripe, #api, #neuron, #repository
Posts tagged #stripe
No more posts with the given tag could be found. You can go back to the main view by selecting Home in the menu above.