Verification Logic
import { verifyPayment } from "@402gate/sdk/utils";
const isValid = await verifyPayment(txHash, requestId, {
recipient: "MERCHANT_PUBKEY",
amount: 0.002,
mint: "402G"
});Last updated
import { verifyPayment } from "@402gate/sdk/utils";
const isValid = await verifyPayment(txHash, requestId, {
recipient: "MERCHANT_PUBKEY",
amount: 0.002,
mint: "402G"
});Last updated