Interface PSPPrecheckRequest
interface PSPPrecheckRequest {
billingAddress?: PSPAddressFormat;
customerId?: string;
email?: string;
extraPspData?: Record<string, unknown>;
firstName?: string;
infix?: string;
ipAddress?: string;
lang?: string;
lastName?: string;
method: string;
orderLines?: PSPOrderLine[];
shippingAddress?: PSPAddressFormat;
toPay: Money;
}
billingAddress?: PSPAddressFormat;
customerId?: string;
email?: string;
extraPspData?: Record<string, unknown>;
firstName?: string;
infix?: string;
ipAddress?: string;
lang?: string;
lastName?: string;
method: string;
orderLines?: PSPOrderLine[];
shippingAddress?: PSPAddressFormat;
toPay: Money;
}
Hierarchy (View Summary)
- PSPPrecheckRequest
Properties
Optionalbilling Address
Optionalcustomer Id
customerId?: string
Optionalemail
email?: string
Email address
Optionalextra Psp Data
extraPspData?: Record<string, unknown>
Extra data
Optionalfirst Name
firstName?: string
Personal info
Optionalinfix
infix?: string
Optionalip Address
ipAddress?: string
User's IP address
Optionallang
lang?: string
User's language code, eg 'nl' or 'en-US
Optionallast Name
lastName?: string
method
method: string
Rowkey of the selected method
Optionalorder Lines
Order contents
Optionalshipping Address
to Pay
The amount we'd like to be paid, includes vat if we expect that to be included in the payment
User's customer id in our database