Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1022 Bytes

pre-populated-data.md

File metadata and controls

29 lines (20 loc) · 1022 Bytes

Pre Populated Data

Describes buyer data to prepopulate in the payment form. For more information, see Optional Checkout Configurations.

Structure

PrePopulatedData

Fields

Name Type Tags Description
buyerEmail string | undefined Optional The buyer email to prepopulate in the payment form.
Constraints: Maximum Length: 256
buyerPhoneNumber string | undefined Optional The buyer phone number to prepopulate in the payment form.
Constraints: Maximum Length: 17
buyerAddress Address | undefined Optional Represents a postal address in a country.
For more information, see Working with Addresses.

Example (as JSON)

{
  "buyer_email": null,
  "buyer_phone_number": null,
  "buyer_address": null
}