Type Alias PSPMethod
type PSPMethod = {
images?: { link: string; mimeType: "image/png" | "image/svg+xml" }[];
maxAmount?: Money;
minAmount?: Money;
requirements: PSPRequirement[];
rowkey: string;
title: string;
}
images?: { link: string; mimeType: "image/png" | "image/svg+xml" }[];
maxAmount?: Money;
minAmount?: Money;
requirements: PSPRequirement[];
rowkey: string;
title: string;
}
Index
Properties
Properties
Optionalimages
images?: { link: string; mimeType: "image/png" | "image/svg+xml" }[]
Image supplied, sorted from best quality
Optionalmax Amount
Maximum amount supported by this payment method
Optionalmin Amount
Minimum amount supported by this payment method
requirements
Requirements for a startPayment call
rowkey
rowkey: string
A non-changing reference to the payment method
title
title: string
The display title for the method
A method supported by this PSP