Skip to content

PaymentNotificationCommand

Public raw provider notification command; the selected adapter authenticates the exact payload and allowlisted headers.

const PaymentNotificationCommand: Schema.Struct<{
provider: Schema.brand<Schema.String, "ProviderKey">;
payload: Schema.String;
headers: Schema.optionalKey<Schema.$Record<Schema.String, Schema.String>>;
}>;