Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

GetSopPaymentResponseProps

Properties for getting a payment data response.

export interface GetSopPaymentResponseProps extends BaseProps {
	cartId: string;
	entries: PaymentEntry[];
	userId: string;
}

Properties

NameRequiredTypeDescription
cartIdRequiredstringCart identifier: cart code for logged-in user, cart guid for anonymous user, current for the last modified cart.
entriesRequiredPaymentEntry[]Entry keys required to finish payment.
userIdRequiredstringUser identifier or one of the literals: current for currently authenticated user, anonymous for anonymous user.

Referenced Types

On this page