Describes buyer data to prepopulate in the payment form. For more information, see Optional Checkout Configurations.
PrePopulatedData
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. |
{
"buyer_email": null,
"buyer_phone_number": null,
"buyer_address": null
}