Dynamic Pay Buttons - SSO (Single Sign On) for d6
The setup mirrors that of the Dynamic Pay buttons, with the sole addition of the relay key.
type SticittPayButtonConfiguration = {
onPaid?: (el: HTMLElement, paymentId: string) => void
onClosed?: (el: HTMLElement, paymentId: string) => void
getPaymentID?: (el: HTMLElement, setPayment: (paymentId: string) => void) => void
relayKey: string
}
Last modified: 20 February 2025