This page documents a feature that is currently in development. This documentation might not match the final implementation.
Use an object based on PickupInfo
to represent the order-level pickup information that appears in the payment sheet when the customer interacts with Meta Pay.
Only use PickupInfo
when FulfillmentType
is PICKUP
:
PickupInfo
provides data for PaymentDetails.
Property | Type | Description | Required |
---|---|---|---|
| string | Zip code used to locate stores within a certain radius. This can be modified by the user checking out. | No |
| string | Name of the person who will pick up the order. This can be modified by the user checking out. | No |
| string | Email of the person who will pick up the order. This can be modified by the user checking out. | No |
| string | Phone number of the person who will pick up the order. This can be modified by the user checking out. | No |
| string | Any additional pickup instructions the merchant would like to show to the user | No |