release: WRNexusJS 0.8.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export const webhook = {
|
||||
event: "payment.completed",
|
||||
summary: "Payment completed",
|
||||
description: "Sent after a payment reaches its settled state.",
|
||||
payloadSchema: "#/components/schemas/PaymentCompleted",
|
||||
signatureHeader: "x-payment-signature",
|
||||
};
|
||||
|
||||
export async function POST(): Promise<Response> {
|
||||
return Response.json({ accepted: true });
|
||||
}
|
||||
Reference in New Issue
Block a user