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