Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 994 Bytes

pre-populated-data.md

File metadata and controls

29 lines (20 loc) · 994 Bytes

Pre Populated Data

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

Structure

Pre Populated Data

Fields

Name Type Tags Description
buyer_email String Optional The buyer email to prepopulate in the payment form.
Constraints: Maximum Length: 256
buyer_phone_number String Optional The buyer phone number to prepopulate in the payment form.
Constraints: Maximum Length: 17
buyer_address Address Hash 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
}