nauticalPaymentLinkSendToCustomer
Sends a payment link to a customer.
nauticalPaymentLinkSendToCustomer(
id: ID!
storefrontUrl: String!
): NauticalPaymentLinkSendToCustomer
Arguments
nauticalPaymentLinkSendToCustomer.id ● ID! non-null scalar
ID of the nautical order (with Draft or Quote status) to send to the customer.
nauticalPaymentLinkSendToCustomer.storefrontUrl ● String! non-null scalar
URL to send customer to for payment. Whatever URL is sent will have token added to the search parameters of the URL, e.g. if you send http://localhost/orders, the generated URL will be http://localhost/orders?token=...
Type
NauticalPaymentLinkSendToCustomer object
Sends a payment link to a customer.