DirectPaymentOptions
type DirectPaymentOptions = {  metadata?: { image?: string; name?: string };  mode: "direct_payment";};
Customize the display of the PayEmbed UI.
type metadata = { image?: string; name?: string };
type mode = "direct_payment";
The payment information