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.
Posts tagged #update
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.