Integration
Last updated
Last updated
When the store confirmation is complete, you will be allowed to get a Store ID to indentify requests.
Send the payment data using the POST method to the URL of the route you set up for handling this data on your server application. On the form
tag the action
defines where you want to send the data you collect from your user. This is the URL of the route you set up for handling this data on your server application
You need to add a endpoint on your marketplace server that creates an order payment session. The order payment session transmits the data that the buyer sees on the payment page, such as row elements, order amount and currency, as well as the allowed payment methods.