Collect additional information before payment
Last updated
Was this helpful?
Last updated
Was this helpful?
If you need some additional information about the customer or order, you can collect it by adding a required extra field to the first or second checkout step through a JavaScript file assigned to the app.
Learn more:
Get started with a base script that adds an extra field at the checkout start. Collected information will be added to the payment request coming to your app’s paymentUrl
.
Storefront JS code:
You can use any of the extraFields
or orderExtraFields
objects for collecting extra fields data. The latter offers more details about extra field storefront settings, but they both contain extra field ID (specified in JS file) and value filled in by a customer.
Extra field details in decoded payment request JSON: