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
Optional
images
images?: { link: string; mimeType: "image/png" | "image/svg+xml" }[]
Image supplied, sorted from best quality
Optional
max Amount
Maximum amount supported by this payment method
Optional
min 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