This page documents a feature that is currently in development. This documentation might not match the final implementation.

PickupInfo

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.

Properties

PropertyTypeDescriptionRequired

pickupRadiusZipCode

string

Zip code used to locate stores within a certain radius. This can be modified by the user checking out.

No

pickupName

string

Name of the person who will pick up the order. This can be modified by the user checking out.

No

pickupEmail

string

Email of the person who will pick up the order. This can be modified by the user checking out.

No

pickupPhone

string

Phone number of the person who will pick up the order. This can be modified by the user checking out.

No

pickupNotes

string

Any additional pickup instructions the merchant would like to show to the user

No