Skip to content

Update payment transaction

Update the payment transaction for a session

Import

import { updatePaymentTransaction } from "@paywithglide/glide-js";

Usage

Parameters

sessionId*
string

The unique identifier of the session.

hash*
string

The payment transaction hash that was used to pay for the session.

Return Type

success*
boolean

Indicates whether the update was successful.