type
HandlePayment
type HandlePayment func(PaymentContext) (store.Value, error)Perform provider work before commit and return the JSON result to persist.
Related types
PaymentContextTrusted form, submitted values, field definition, and calculated total supplied before commit.
ValueA scalar, object, list, or populated document value.