Collecting customer data updates before purchase

When using the embedded payments and purchase button features, you can ensure the customer validates their basic identity information prior to completing a purchase. This specifically allows a customer to update their first name, last name and email address during the purchase process.

Configuration

To enable this functionality, you will need the following payments configuration:

{
  "client_id": "test_...",
  "payments": {
    "enabled": true,
    "button": true,
    "require_customer_updates": true
  },
  "product_config": {
    ...
  }
}

Example

On this page