PaymentNotificationCommand
Public raw provider notification command; the selected adapter authenticates the exact payload and allowlisted headers.
Declaration
Section titled “Declaration”const PaymentNotificationCommand: Schema.Struct<{ provider: Schema.brand<Schema.String, "ProviderKey">; payload: Schema.String; headers: Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>;}>;